https://gcc.gnu.org/g:252e7fac5cd5b08f20a884056efabbd131e40225
commit r15-10763-g252e7fac5cd5b08f20a884056efabbd131e40225 Author: GCC Administrator <[email protected]> Date: Mon Feb 2 00:19:34 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/ChangeLog | 11 +++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 085bf3a226d4..95ff82682471 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260201 +20260202 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index dc764711259c..0a7981958bf4 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,19 @@ +2026-02-01 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + PR ada/123902 + * sem_ch4.adb (Analyze_Selected_Component): Also test + Core_Extensions_Allowed for discriminated private types. + Rework and augment commentary throughout the procedure. + +2026-02-01 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + PR ada/121316 + * exp_ch5.adb (Expand_Iterator_Loop_Over_Array): Minor tweak. + (Expand_Iterator_Loop_Over_Container): Likewise. + (Expand_N_Loop_Statement): Use Statements (N) throughout. + 2026-01-30 Eric Botcazou <[email protected]> PR ada/123867 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2fc779f869ae..f1391d0ac5e9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2026-02-01 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + * gnat.dg/prefix4.adb: New test. + * gnat.dg/prefix4_pkg.ads: New helper. + +2026-02-01 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + * gnat.dg/iter7.adb: New test. + 2026-01-30 Eric Botcazou <[email protected]> * gnat.dg/specs/limited_with3.ads: New test.
