https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120678
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:ac62ff8ed0531ae5ffac4e5bf1dad2d60957b5a9 commit r16-1540-gac62ff8ed0531ae5ffac4e5bf1dad2d60957b5a9 Author: Jason Merrill <ja...@redhat.com> Date: Tue Jun 17 02:41:38 2025 -0400 c++: correct __is_trivially_destructible nargs [PR120678] I missed adjusting the number of args when copying the IS_TRIVIALLY_CONSTRUCTIBLE line to create IS_TRIVIALLY_DESTRUCTIBLE. PR c++/120678 gcc/cp/ChangeLog: * cp-trait.def (IS_TRIVIALLY_DESTRUCTIBLE): Fix nargs.