From: GCC Administrator Date: Sat, 5 Jul 2025 00:25:42 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea99ca71c1d14ed046b14e41d6a5717d55863a91;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f38cdfd1ac9..93909f8b31a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250704 +20250705 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 4bfad295612..d0f0e31992f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,28 @@ +2025-07-04 Eric Botcazou + + * gcc-interface/utils.cc (make_packable_type): Clear the TYPE_PACKED + flag in the case where the alignment is bumped. + +2025-07-04 Ronan Desplanques + + * exp_ch7.adb (Make_Final_Call): Tweak search of Finalize primitive. + * exp_util.adb (Finalize_Address): Likewise. + +2025-07-04 Eric Botcazou + + * freeze.adb (Check_Compile_Time_Size): Try harder to see whether + the bounds of array types are known at compile time. + +2025-07-04 Steve Baird + + * mutably_tagged.adb (Make_CW_Size_Compile_Check): Include the + value of the Size'Class limit in the message generated via a + Compile_Time_Error pragma. + +2025-07-04 Ronan Desplanques + + * sem_ch13.adb (Analyze_Aspect_Specifications): Fix error emission. + 2025-07-03 Eric Botcazou * gcc-interface/Makefile.in (gnatlib-sjlj): Delete. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index dd1acdc05ce..e48c9158b8e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2025-07-04 Jason Merrill + + Backported from master: + 2025-07-04 Jason Merrill + + PR c++/120575 + PR c++/116064 + * parser.cc (cp_parser_abort_tentative_parse): Check seen_error + instead of errorcount. + 2025-07-03 Jakub Jelinek Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ea2924480f9..a14d190358c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-07-04 Jason Merrill + + Backported from master: + 2025-07-04 Jason Merrill + + PR c++/120575 + PR c++/116064 + * g++.dg/template/permissive-error3.C: New test. + 2025-07-03 Jakub Jelinek Backported from master: