]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 8 Dec 2024 00:23:12 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 8 Dec 2024 00:23:12 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index a611dd48945175b8435d4972756a2e3e836735dc..f4039d392c226c1c2e2b184c977483947b514544 100644 (file)
@@ -1 +1 @@
-20241207
+20241208
index 95ab599b0fb403a33e2d063071dbe198fe3f481e..cc4c1c17f7ee4d450ed57a54fa6f7be87bab112a 100644 (file)
@@ -1,3 +1,16 @@
+2024-12-07  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-07  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117948
+       * gm2-compiler/P1Build.bnf (ForwardDeclaration): Pass token
+       position of the FORWARD keyword to EndBuildForward.
+       * gm2-compiler/P1SymBuild.def (EndBuildForward): New parameter
+       forwardPos.
+       * gm2-compiler/P1SymBuild.mod (EndBuildForward): Issue an error at
+       forwardPos if the Iso boolean is false.
+
 2024-12-06  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index 59d78f881d8781ae9e3d1c6af5d669a0cf0d36bc..d59fcced29aa3599943fe80ea064bff598ec8f49 100644 (file)
@@ -1,3 +1,11 @@
+2024-12-07  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-07  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117948
+       * gm2/pim/fail/forward.mod: New test.
+
 2024-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        Backported from master: