https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118639
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:7eac20b0dde8df303557b6dd550d06ee98836c3c commit r15-7207-g7eac20b0dde8df303557b6dd550d06ee98836c3c Author: Jakub Jelinek <ja...@redhat.com> Date: Sat Jan 25 10:28:23 2025 +0100 c: Diagnose ,) at the end of OpenMP clauses [PR118639] This is something the C++ FE has been diagnosing but C FE only complained if there wasn't an identifier right after opening ( 2025-01-25 Jakub Jelinek <ja...@redhat.com> PR c/118639 * c-parser.cc (c_parser_omp_variable_list): Remove first variable and emit "expected identifier" error regardless of it. * c-c++-common/gomp/pr118639.c: New test. * c-c++-common/goacc/cache-2.c: Remove one xfail for c.