https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117183
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@gcc.gnu.org>: https://gcc.gnu.org/g:2a4ee57b04398e54284e3d6b5ed4f8842ee26a5c commit r15-4813-g2a4ee57b04398e54284e3d6b5ed4f8842ee26a5c Author: Sam James <s...@gentoo.org> Date: Thu Oct 31 18:37:30 2024 +0000 testsuite: fix c23-constexpr-2a.c test to use dg-do run The comment at the top of the test indicates it should be an execution test, but it was only using 'dg-do link'. Correct that. The only change in test results is as expected: ``` +PASS: gcc.dg/c23-constexpr-2a.c execution test ``` gcc/testsuite/ChangeLog: PR testsuite/117183 * gcc.dg/c23-constexpr-2a.c: Use dg-do run.