https://gcc.gnu.org/g:47935ccf17892e18a293ccc8365564ee85ca348a
commit r15-10804-g47935ccf17892e18a293ccc8365564ee85ca348a Author: GCC Administrator <[email protected]> Date: Mon Feb 9 00:19:38 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 +++++++ gcc/d/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 13 +++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 52fc455de3da..626e4a01fc6d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260208 +20260209 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 0a7981958bf4..c6f7e50de37c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2026-02-09 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + PR ada/124025 + * exp_ch9.adb (Expand_Entry_Barrier.Is_Global_Entity): Use + Scope_Within_Or_Same to test whether the object is local. + 2026-02-01 Eric Botcazou <[email protected]> Liam Powell <[email protected]> diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index fd290c643db4..9f523351710e 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,12 @@ +2026-02-08 Iain Buclaw <[email protected]> + + Backported from master: + 2026-02-08 Iain Buclaw <[email protected]> + + PR d/124026 + * expr.cc (ExprVisitor::visit (FuncExp *)): Always convert function + literal to a delegate if the expression expects one. + 2026-01-30 Iain Buclaw <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d47500c746d3..4d21285b367a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2026-02-09 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + * gnat.dg/protected_type1.adb: New test. + +2026-02-08 Iain Buclaw <[email protected]> + + Backported from master: + 2026-02-08 Iain Buclaw <[email protected]> + + PR d/124026 + * gdc.dg/pr124026.d: New test. + 2026-02-06 Torbjörn SVENSSON <[email protected]> Backported from master:
