https://gcc.gnu.org/g:60c373413a2bd1077762b6d7ecfae0e9041f6cab
commit r16-9139-g60c373413a2bd1077762b6d7ecfae0e9041f6cab Author: GCC Administrator <[email protected]> Date: Sat Jun 20 00:20:19 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 6 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 23 +++++++++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1fced43d84c1..17619244f8e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2026-06-19 Eric Botcazou <[email protected]> + + * acinclude.m4 (gcc_GAS_FLAGS): Set to --32 for abi32 targets. + * configure.ac (TLS support): Use 32-bit sequence for abi32 targets. + * configure: Regenerate. + 2026-06-17 Alex Coplan <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 671fa4f884c6..be0a3ca816de 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260619 +20260620 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 56c5aed86b44..66e530e7ffd5 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,26 @@ +2026-06-19 Eric Botcazou <[email protected]> + + * sem_ch12.adb (Analyze_Generic_Package_Declaration): Do not set the + Body_Needed_For_Inlining flag on the current semantic unit if the + package is declared within an instance or does not require a body. + (Analyze_Generic_Subprogram_Declaration): Similarly, do not set the + Body_Needed_For_Inlining flag on the current semantic unit if the + subprogram is declared within an instance. + +2026-06-19 Eric Botcazou <[email protected]> + + * sem_ch12.adb (Build_Structural_Instantiation): Temporarily disable + registration of tagged types when analyzing the instantiation. + +2026-06-19 Eric Botcazou <[email protected]> + + * libgnat/a-cbinho.adb (Clear): Deallocate the subpool even if the + container is empty. + +2026-06-19 Steve Baird <[email protected]> + + * libgnat/a-cbinho.adb (Adjust): Avoid null pointer dereference. + 2026-06-09 Eric Botcazou <[email protected]> PR ada/125695
