aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog79
1 files changed, 79 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 23cc53a..8d3084e 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,82 @@
+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
+ * c-typeck.cc (c_type_tag): If TYPE_NAME is TYPE_DECL
+ with non-NULL DECL_NAME, return that.
+
+2025-11-26 Alejandro Colomar <alx@kernel.org>
+
+ * c-parser.cc (c_parser_maxof_or_minof_expression): New func.
+ (c_parser_unary_expression): Add RID_MAXOF & RID_MINOF cases.
+ * c-tree.h (c_expr_maxof_type): New prototype.
+ (c_expr_minof_type): New prototype.
+ * c-typeck.cc (c_expr_maxof_type): New function.
+ (c_expr_minof_type): New function.
+
+2025-11-22 Sandra Loosemore <sloosemore@baylibre.com>
+ Julian Brown <julian@codesourcery.com>
+
+ * c-decl.cc (current_omp_declare_variant_attribute): Define.
+ * c-lang.h (struct c_omp_declare_variant_attr): Declare.
+ (current_omp_declare_variant_attribute): Declare.
+ * c-parser.cc (struct omp_begin_declare_variant_map_entry): New.
+ (omp_begin_declare_variant_map): New.
+ (c_parser_skip_to_pragma_omp_end_declare_variant): New.
+ (c_parser_translation_unit): Check for "omp begin declare variant"
+ with no matching "end". Record base functions for variants.
+ (c_parser_declaration_or_fndef): Handle functions in "omp begin
+ declare variant" block.
+ (c_finish_omp_declare_variant): Merge context selectors with
+ surrounding "omp begin declare variant".
+ (JOIN_STR): Define.
+ (omp_start_variant_function): New.
+ (omp_finish_variant_function): New.
+ (c_parser_omp_begin): Handle "omp begin declare variant".
+ (c_parser_omp_end): Likewise.
+
+2025-11-10 Alejandro Colomar <alx@kernel.org>
+
+ * c-parser.cc (c_parser_sizeof_expression): Remove function.
+ (c_parser_countof_expression): Remove function.
+ (c_parser_unary_expression): Store the 'rid', and pass it
+ directly to the function calls, without calling wrappers.
+
+2025-11-10 Tejas Belagod <tejas.belagod@arm.com>
+
+ * c-typeck.cc (build_binary_op): Support vector boolean types.
+
+2025-11-04 Alejandro Colomar <alx@kernel.org>
+
+ * c-decl.cc (start_function):
+ Rename warn_parm_array_mismatch => warn_parms_array_mismatch.
+ * c-parser.cc (c_parser_declaration_or_fndef):
+ Rename warn_parm_array_mismatch => warn_parms_array_mismatch.
+
2025-11-01 Martin Uecker <uecker@tugraz.at>
* c-decl.cc (build_compound_literal): Add error.