aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 974dd6d..8d3084e 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,28 @@
+2025-12-09 Qing Zhao <qing.zhao@oracle.com>
+
+ PR c/122982
+ * c-typeck.cc (build_access_with_size_for_counted_by): Call
+ c_fully_fold on the first parameter.
+
+2025-12-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/123018
+ * c-decl.cc (finish_struct): Diagnose bit-fields with vector type.
+
+2025-12-05 Richard Biener <rguenther@suse.de>
+
+ * gimple-parser.cc (c_parser_gimple_postfix_expression):
+ Parse optional clique : base specifier on __MEM.
+
+2025-12-05 Tobias Burnus <tburnus@baylibre.com>
+
+ * c-parser.cc (c_parser_omp_clause_dyn_groupprivate): New.
+ (OMP_TARGET_CLAUSE_MASK): Add PRAGMA_OMP_CLAUSE_DYN_GROUPPRIVATE;
+ sort clauses alphabetically.
+ (c_parser_omp_clause_name, c_parser_omp_all_clauses):
+ Handle 'dyn_groupprivate' clause.
+ * c-typeck.cc (c_finish_omp_clauses): Likewise.
+
2025-11-27 Jakub Jelinek <jakub@redhat.com>
PR c/121506