aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 50b2b1f..b962ba2 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-25 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/118639
+ * c-parser.cc (c_parser_omp_variable_list): Remove first variable
+ and emit "expected identifier" error regardless of it.
+
2025-01-23 Jakub Jelinek <jakub@redhat.com>
PR c++/118604