https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122378
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul-Antoine Arras <[email protected]>: https://gcc.gnu.org/g:f88c3d76fc8820a9f548af460a2b84f879255ed7 commit r16-4565-gf88c3d76fc8820a9f548af460a2b84f879255ed7 Author: Paul-Antoine Arras <[email protected]> Date: Wed Oct 22 16:14:02 2025 +0200 testsuite: Fix local labels [PR122378] r16-4540-g80af807e52e4f4 exposed a bug in two testcases where the declaration of local labels was wrongly commented out. That caused "duplicate label" errors. Uncommenting declarations fixes it. PR middle-end/122378 gcc/testsuite/ChangeLog: * c-c++-common/gomp/attrs-metadirective-2.c: Uncomment local label declaration. * c-c++-common/gomp/metadirective-2.c: Likewise.
