https://gcc.gnu.org/g:b8cf73fec4b5fc811b69d664e5ec5966aec20476
commit r15-10872-gb8cf73fec4b5fc811b69d664e5ec5966aec20476 Author: GCC Administrator <[email protected]> Date: Mon Mar 2 09:52:40 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 19 +++++++++++++++++++ gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 3d778126f72f..1ae6babad774 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260227 +20260302 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f4c4525c6b06..1d08e033e325 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,22 @@ +2026-02-28 Eric Botcazou <[email protected]> + + PR ada/124285 + * gcc-interface/decl.cc (components_to_record): Force a packed + layout for the innermost variant of an unchecked union type with + fixed part and full representation clause. + +2026-02-27 Eric Botcazou <[email protected]> + + PR ada/123306 + * freeze.adb (Freeze_Entity): For a class-wide equivalent type of + a non-interface root type, freeze the root type before it. + * sem_ch3.adb (Derived_Type_Declaration): Minor tweak. + * sem_ch12.adb (Analyze_One_Association): Revert latest change. + * sem_ch13.adb (Analyze_Attribute_Definition_Clause) <Size>: When + the prefix is a class-wide type, insert the declaration of the CW- + equivalent type immediately after that of the root type, and the + size check for the root type into its own freezing actions. + 2026-02-25 Eric Botcazou <[email protected]> PR ada/124226 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 910cbee673ad..8057949f075b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,25 @@ +2026-03-02 Tamar Christina <[email protected]> + + Backported from master: + 2026-02-25 Tamar Christina <[email protected]> + + PR target/124236 + * lib/target-supports.exp + (check_effective_target_arm_v8_3a_complex_neon_hw): Fix default value. + +2026-02-28 Eric Botcazou <[email protected]> + + * gnat.dg/specs/unchecked_union3.ads: New test. + +2026-02-27 Eric Botcazou <[email protected]> + + * gnat.dg/specs/mutably_tagged2.ads: New test. + +2026-02-27 Xi Ruoyao <[email protected]> + + PR target/122097 + * gcc.target/loongarch/pr122097.c (dg-final): Remove. + 2026-02-26 Michal Jires <[email protected]> Backported from master:
