https://gcc.gnu.org/g:f0f35f35e3a96dc15bd242e0bbb1db0096b8213f
commit r15-10758-gf0f35f35e3a96dc15bd242e0bbb1db0096b8213f Author: GCC Administrator <[email protected]> Date: Sat Jan 31 00:19:52 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 31 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 11 +++++++++++ gcc/d/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 85 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91e1e4092a79..a6cb379b25ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,34 @@ +2026-01-30 Lulu Cheng <[email protected]> + + Backported from master: + 2026-01-30 Lulu Cheng <[email protected]> + + * config/loongarch/loongarch-ftypes.def: Remove unused type. + +2026-01-30 Lulu Cheng <[email protected]> + + Backported from master: + 2026-01-30 Lulu Cheng <[email protected]> + + PR target/123766 + * config/loongarch/loongarch-builtins.cc + (loongarch_build_vpointer_type): New function. Return a type + for 'volatile void *'. + (LARCH_ATYPE_VPOINTER): New macro. + * config/loongarch/loongarch-ftypes.def: Change the pointer + type of the store class function from CVPOINTER to VPOINTER. + +2026-01-30 Lulu Cheng <[email protected]> + + Backported from master: + 2026-01-30 Lulu Cheng <[email protected]> + + PR target/123807 + * config/loongarch/loongarch.cc + (loongarch_expand_vector_init_same): When same is MEM and + GET_MODE(same) != imode, first load the data from memory + and then process it further. + 2026-01-23 Jakub Jelinek <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 384d419acf08..8bf8c41467f5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260130 +20260131 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 377d42e813f9..87e9d0bd5eb0 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,14 @@ +2026-01-30 Eric Botcazou <[email protected]> + + PR ada/123867 + * sem_ch10.adb (Analyze_Compilation_Unit): Output info message + when -gnatdi is specified. + (Install_Parents): Likewise. Set the Is_Visible_Lib_Unit flag + on the unit. + (Install_Private_With_Clauses): Do not output info message here. + (Remove_Parents): Output info message when -gnatdi is specified + and clear the Is_Visible_Lib_Unit flag on the unit. + 2026-01-29 Eric Botcazou <[email protected]> PR ada/123861 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 4fe66092e431..fd290c643db4 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,12 @@ +2026-01-30 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-30 Iain Buclaw <[email protected]> + + PR d/123264 + * types.cc (finish_aggregate_type): Propagate struct TYPE_NAME to all + TYPE_NEXT_VARIANT types. + 2026-01-29 Iain Buclaw <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7eca89febfd2..2fc779f869ae 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,36 @@ +2026-01-30 Eric Botcazou <[email protected]> + + * gnat.dg/specs/limited_with3.ads: New test. + * gnat.dg/specs/limited_with3-child.ads: New helper. + * gnat.dg/specs/limited_with3-child-grandchild.ads: Likewise. + * gnat.dg/specs/limited_with3-child-grandchild-grandgrandchild.ads: + Likewise. + +2026-01-30 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-30 Iain Buclaw <[email protected]> + + PR d/123264 + * gdc.dg/pr123264.d: New test. + +2026-01-30 Lulu Cheng <[email protected]> + + Backported from master: + 2026-01-30 Lulu Cheng <[email protected]> + + PR target/123766 + * gcc.target/loongarch/vector/lasx/pr123766.c: New test. + * gcc.target/loongarch/vector/lsx/pr123766.c: New test. + +2026-01-30 Lulu Cheng <[email protected]> + + Backported from master: + 2026-01-30 Lulu Cheng <[email protected]> + + PR target/123807 + * gcc.target/loongarch/vector/lsx/pr123807.c: New test. + 2026-01-29 Eric Botcazou <[email protected]> * gnat.dg/specs/aggr11.ads: New test.
