[Bug middle-end/122378] [16 Regression] FAIL: c-c++-common/gomp/attrs-metadirective-2.c -std=gnu++11 (test for excess errors) by r16-4540-g80af807e52e4f4
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 22 14:22:12 GMT 2025
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 <parras@gcc.gnu.org>:
https://gcc.gnu.org/g:f88c3d76fc8820a9f548af460a2b84f879255ed7
commit r16-4565-gf88c3d76fc8820a9f548af460a2b84f879255ed7
Author: Paul-Antoine Arras <parras@baylibre.com>
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.
More information about the Gcc-bugs
mailing list