[gcc r15-11453] Daily bump.
GCC Administrator via Gcc-cvs <[email protected]> Mon, 3 Aug 2026 00:21:10 +0000 (GMT)
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:6f8c7f4b28f4957f2ea927c8ba76a976a10d1288 commit r15-11453-g6f8c7f4b28f4957f2ea927c8ba76a976a10d1288 Author: GCC Administrator <[email protected]> Date: Mon Aug 3 00:20:38 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 18 ++++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d1a36c0c53a4..4c2ec002628e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260802 +20260803 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 9547f71d8027..fff9af5a3225 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,21 @@ +2026-08-02 Eric Botcazou <[email protected]> + + PR ada/126553 + * exp_attr.adb (Build_Record_VS_Func.Validate_Field): Do nothing + if the field is of an Unchecked_Union type. + +2026-08-02 Eric Botcazou <[email protected]> + + PR ada/126379 + * exp_ch6.adb (Insert_Post_Call_Actions): Also deal with attribute + references as parent node. + +2026-08-02 Eric Botcazou <[email protected]> + + PR ada/126482 + * sem_attr.adb (Analyze_Attribute): Treat Unrestricted_Access like + [Unchecked_]Access when it comes to the overloading of the prefix. + 2026-06-29 Eric Botcazou <[email protected]> * exp_util.ads (Find_Optional_Prim_Op): Add Controlled_Op parameter diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f1e1ecea9c1b..a52e7ab178d5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-08-02 Eric Botcazou <[email protected]> + + * gnat.dg/unchecked_union5.adb: New test. + +2026-08-02 Eric Botcazou <[email protected]> + + * gnat.dg/validity_check3.adb: New test. + +2026-08-02 Eric Botcazou <[email protected]> + + * gnat.dg/valid_scalars2.adb: Remove -O0 option. + * gnat.dg/validity_check3.ads: Rename to... + * gnat.dg/valid_scalars3.ads: ...this. + * gnat.dg/validity_check3.adb: Rename to... + * gnat.dg/valid_scalars3.adb: ...this. + 2026-08-01 Jakub Jelinek <[email protected]> Backported from master: