From: GCC Administrator Date: Mon, 19 Jan 2026 00:16:22 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80434bcc5d96333b4164aa817069aec8a8290920;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7fe4b3e8874..26db84fd593 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2026-01-18 Andrew Pinski + + PR tree-optimization/123645 + * tree-ssa-phiopt.cc (cond_removal_in_builtin_zero_pattern): Rewrite + the canonicalization of the args code based on e1/e2 being edges into + the join block. + 2026-01-17 Sandra Loosemore * config/darwin.opt.urls: Regenerated. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 02511a8e36b..4e8ebff97ad 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260118 +20260119 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 104dba4c340..0eb6433c49e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,41 @@ +2026-01-18 Marek Polacek + + * reflect.cc (get_reflection): Adjust the error message for the + is_capture_proxy check. + +2026-01-18 Marek Polacek + + * cp-tree.h (direct_base_parent): Rename to... + (direct_base_derived): ...this. + * decl2.cc (min_vis_expr_r): Call direct_base_derived instead of + direct_base_parent. + * pt.cc (iterative_hash_template_arg): Likewise. + * reflect.cc (direct_base_parent_binfo): Rename to... + (direct_base_derived_binfo): ...this. + (direct_base_parent): Rename to... + (direct_base_derived): ...this. + (eval_is_expected_access): Call direct_base_derived_binfo instead + of direct_base_parent_binfo. + (eval_source_location_of): Call direct_base_derived instead of + direct_base_parent. + (eval_parent_of): Likewise. + (eval_offset_of): Likewise. + (eval_display_string_of): Likewise. + (eval_annotations_of): Call direct_base_derived_binfo instead + of direct_base_parent_binfo. + (eval_is_accessible): Call direct_base_derived instead of + direct_base_parent. + +2026-01-18 Marek Polacek + + * reflect.cc (check_splice_expr): Use context_for_name_lookup. + +2026-01-18 Simon Martin + + PR c++/122391 + * tree.cc (decl_linkage): Return lk_none for TYPE_DECLs with + erroneous type. + 2026-01-17 Nathaniel Shead PR c++/123627 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6b755e66990..190b32631f4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2026-01-18 Marek Polacek + + * g++.dg/reflect/expr6.C: Adjust dg-error. + +2026-01-18 Simon Martin + + PR c++/122391 + * g++.dg/parse/bitfield10.C: New test. + +2026-01-18 Andrew Pinski + + PR tree-optimization/123645 + * gcc.dg/torture/pr123645-1.c: New test. + * gcc.dg/torture/pr123645-2.c: New test. + 2026-01-17 Jose E. Marchesi * algol68/execute/pow-real-1.a68: Adapt test to use ** rather than