aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index fc9b66d..1813dae 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-25 Tobias Burnus <tobias@codesourcery.com>
+
+ * c-parser.cc (c_parser_omp_scan_loop_body): Handle
+ zero exec statements before/after 'omp scan'.
+
2023-04-20 Jakub Jelinek <jakub@redhat.com>
PR c/107041