https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121578
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nathaniel Shead <nsh...@gcc.gnu.org>: https://gcc.gnu.org/g:b514cd7a4bb12e62afb1332c91591c711e921f07 commit r16-3275-gb514cd7a4bb12e62afb1332c91591c711e921f07 Author: Nathaniel Shead <nathanielosh...@gmail.com> Date: Tue Aug 19 15:08:21 2025 +1000 testsuite: Fix g++.dg/abi/mangle83.C [PR121578] This testcase (added in r16-3233-g7921bb4afcb7a3) mistakenly only required C++14, but auto template paramaters are a C++17 feature. PR c++/121578 gcc/testsuite/ChangeLog: * g++.dg/abi/mangle83.C: Requires C++17. Signed-off-by: Nathaniel Shead <nathanielosh...@gmail.com>