https://gcc.gnu.org/g:40874363121fc9ae3a1f1e2712b84208dfb00a30
commit r16-9022-g40874363121fc9ae3a1f1e2712b84208dfb00a30 Author: GCC Administrator <[email protected]> Date: Sat May 30 00:20:08 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 24d57167af43..dcf9716c9740 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260529 +20260530 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 19c2f14d82f3..9c2c9bf8f4a0 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,43 @@ +2026-05-29 Marc Poulhiès <[email protected]> + + * sysdep.c (getc_immediate_common): Read character as unsigned + value. + +2026-05-29 Piotr Trojanek <[email protected]> + + * sem_ch4.adb (Analyze_Quantified_Expression): If there is a filter, + then suppress the warning. + +2026-05-29 Piotr Trojanek <[email protected]> + + * sem_ch4.adb (Analyze_Quantified_Expression): Suppress warning for + trivial conditions. + +2026-05-29 Eric Botcazou <[email protected]> + + * sem_util.adb (Statically_Names_Object) <N_Selected_Component>: + Return False if the selector is neither component nor discriminant. + +2026-05-29 Javier Miranda <[email protected]> + + * sem_ch3.adb (Build_Derived_Record_Type): Record type derivations + inherit Is_Unchecked_Union and Has_Unchecked_Union flags. + (Inherit_Component): Add discriminals to the associations list. + * exp_ch3.adb (Build_Record_Init_Proc): Derivations of Unchecked_Union + types don't need an initialization procedure; they reuse the init proc + of their parent type. + +2026-05-29 Ronan Desplanques <[email protected]> + + * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix + markup. + * gnat_ugn.texi: Regenerate. + +2026-05-29 Piotr Trojanek <[email protected]> + + * sem_ch4.adb (Analyze_Quantified_Expression): Suppress warning for + variables with junk names. + 2026-05-28 Sebastian Poeplau <[email protected]> * init.c (__gnat_alternate_stack): add alignment attribute.
