From 0ac22990650f358a1ae623d28b4e3ea5f8af5e2e Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Wed, 11 Jun 2025 00:26:17 +0000 Subject: Daily bump. --- gcc/ChangeLog | 18 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4f3f94..4d0f2fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2025-06-10 Andrew Pinski + + Backported from master: + 2025-04-30 Andrew Pinski + + PR target/120042 + * tree-vectorizer.h: Include dominance.h. + +2025-06-10 Xi Ruoyao + + Backported from master: + 2025-06-04 Xi Ruoyao + + PR rtl-optimization/120050 + * ext-dce.cc (ext_dce_process_uses): Break early if a SUBREG in + rhs is promoted and the truncation from the inner mode to the + outer mode is not a noop when handling SETs. + 2025-06-06 Tobias Burnus Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 52988ae..a3ea83c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250610 +20250611 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index b275a5c..61fc42e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,37 @@ +2025-06-10 Gary Dismukes + + * einfo.ads: Revise comment about Dynamic_Predicate flag to make it + more accurate. + * sem_case.adb (Check_Choices): Test "not Has_Static_Predicate_Aspect" + as additional guard for error about use of subtype with nonstatic + predicate as a case choice. Improve related error message. + +2025-06-10 Eric Botcazou + + * freeze.adb (Freeze_Static_Object): Do not issue any error message + for compiler-generated entities. + +2025-06-10 Eric Botcazou + + * exp_ch4.adb (Insert_Conditional_Object_Declaration): Deal with a + transient scope being created around the declaration. + * freeze.adb (Freeze_Entity): Do not call Freeze_Static_Object for + a renaming declaration. + +2025-06-10 Gary Dismukes + + * exp_aggr.adb (Build_Container_Aggr_Code.To_Int): Apply Enumeration_Pos + to Entity (Expr) rather than Expr. + +2025-06-10 Eric Botcazou + + * sem_ch12.adb (Copy_Generic_Node): Do not call Root_Type to find + the root type of an aggregate of a derived tagged type. + +2025-06-10 Ronan Desplanques + + * libgnarl/s-stusta.adb (Compute_All_Tasks): Skip terminated tasks. + 2025-06-09 Gary Dismukes * sem_ch3.adb (Constrain_Index): In the case of a fixed-lower-bound index, -- cgit v1.1