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

index 74f6fd4e4e45b6be1610a8e43429a53ab3a0748f..5f2357c99fcde33e7be150a455167e4a3150420f 100644 (file)
@@ -1 +1 @@
-20241204
+20241205
index 15c2dc9502493a751832285fb7fe7a411ee54d08..94535184fe73100cc7ee7bc6714289c85210fc07 100644 (file)
@@ -1,3 +1,27 @@
+2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-11-18  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117660
+       * gm2-compiler/P2Build.bnf (ArrayType): Update tok with the
+       composite token produced during array type declaration.
+       * gm2-compiler/P2SymBuild.mod (EndBuildArray): Create the
+       combinedtok and store it into the symbol table.
+       Also ensure combinedtok is pushed to the quad stack.
+       (BuildFieldArray): Preserve typetok.
+       * gm2-compiler/SymbolTable.def (PutArray): Rename parameters.
+       * gm2-compiler/SymbolTable.mod (PutArray): Rename parameters.
+
+2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-11-18  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117371
+       * gm2-compiler/M2GenGCC.mod (PerformLastForIterator):
+       Add check for zero step value and issue an error message.
+
 2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index b6900ed3405a9758751953fb1f30f5c7cc84159c..e3d74edb376b923ed4037efdfa93df712350b3e0 100644 (file)
@@ -1,3 +1,19 @@
+2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-11-18  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117660
+       * gm2/iso/fail/arraymismatch.mod: New test.
+
+2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-11-18  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117371
+       * gm2/iso/fail/forloopbyzero.mod: New test.
+
 2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master: