https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102870
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Marek Polacek <mpola...@gcc.gnu.org>: https://gcc.gnu.org/g:b2ec2504af77b35e748067eeb846821d12a6b6b4 commit r13-5608-gb2ec2504af77b35e748067eeb846821d12a6b6b4 Author: Marek Polacek <pola...@redhat.com> Date: Tue Jan 31 13:27:21 2023 -0500 c++: Add fixed test [PR102870] This was fixed by r12-7857: now we properly reject instead of crashing. PR c++/102870 gcc/testsuite/ChangeLog: * g++.dg/cpp0x/variadic184.C: New test.