]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 29 Jun 2025 00:25:07 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 29 Jun 2025 00:25:07 +0000 (00:25 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index 89bcad6c21585fceaadadaf3a7f4d10e79adfeb7..b64dbd127a13263fa0780baec808814ce31162a5 100644 (file)
@@ -1 +1 @@
-20250628
+20250629
index aee225340c61de056f67f1fb85830486df3a82e6..8c4b8237f31403276229c75de8f53930d864937c 100644 (file)
@@ -1,3 +1,14 @@
+2025-06-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/120854
+       * sem_eval.adb (Get_String_Val): Be prepared for an integer literal
+       after a serious error is detected, and raise PE on other nodes.
+
+2025-06-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/120665
+       * sem_aggr.adb (Resolve_Container_Aggregate): Use robust guards.
+
 2025-06-12  Eric Botcazou  <ebotcazou@adacore.com>
 
        * doc/gnat_rm/gnat_language_extensions.rst
index 7796ffd588bd8e410f324914ed27e1dbd0c5bdbd..dc7b23ccaef75744ce429a3b88cd59d1a74fca59 100644 (file)
@@ -1,3 +1,11 @@
+2025-06-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/concat6.adb: New test.
+
+2025-06-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/aggr8.ads: New test.
+
 2025-06-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/sso20.adb: New test.