https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121285
--- Comment #1 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:3f2ff7b106b2de44839979f622c669155bdb340a commit r16-2602-g3f2ff7b106b2de44839979f622c669155bdb340a Author: Nathaniel Shead <nathanielosh...@gmail.com> Date: Tue Jul 29 21:20:03 2025 +1000 testsuite: Fix C++14 test failure with modules test [PR121285] I hadn't validated this test worked in C++14 before submitting, fixed thusly. PR testsuite/121285 gcc/testsuite/ChangeLog: * g++.dg/modules/class-11_a.H: Make static_asserts valid for C++14. Signed-off-by: Nathaniel Shead <nathanielosh...@gmail.com>