]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Jul 2025 00:25:42 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Jul 2025 00:25:42 +0000 (00:25 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index f38cdfd1ac94763e9b198827eee5ab991e11642c..93909f8b31a5c2d6f834f13a0965a2f9ac0e2b4d 100644 (file)
@@ -1 +1 @@
-20250704
+20250705
index 4bfad2956124933286dd55d755a7de890e5eff2a..d0f0e31992f3e2b42dc261b78e6b78a19bdbfab4 100644 (file)
@@ -1,3 +1,28 @@
+2025-07-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * 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  <desplanques@adacore.com>
+
+       * exp_ch7.adb (Make_Final_Call): Tweak search of Finalize primitive.
+       * exp_util.adb (Finalize_Address): Likewise.
+
+2025-07-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * 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  <baird@adacore.com>
+
+       * 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  <desplanques@adacore.com>
+
+       * sem_ch13.adb (Analyze_Aspect_Specifications): Fix error emission.
+
 2025-07-03  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/Makefile.in (gnatlib-sjlj): Delete.
index dd1acdc05ce27ba855df1ce20893d1a2c4196c03..e48c9158b8e410ee03f64ceb888399eb42a50444 100644 (file)
@@ -1,3 +1,13 @@
+2025-07-04  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-07-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120575
+       PR c++/116064
+       * parser.cc (cp_parser_abort_tentative_parse): Check seen_error
+       instead of errorcount.
+
 2025-07-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index ea2924480f9d6b72abbeca34f976e800d7852f15..a14d190358c6ed95387c0fc317b82eb729b9e151 100644 (file)
@@ -1,3 +1,12 @@
+2025-07-04  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-07-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120575
+       PR c++/116064
+       * g++.dg/template/permissive-error3.C: New test.
+
 2025-07-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: