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 6ecadeb..037b4ac 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-03 Tobias Burnus <tburnus@baylibre.com>
+
+ * c-parser.cc (c_parser_omp_allocate): Only check scope if
+ not in_omp_decl_attribute. Remove setting the alignment.
+
2024-11-30 Martin Uecker <uecker@tugraz.at>
PR c/117806