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

index ae0d5cf829e315207e51fce2cc57ec3f587cd877..565e340ccfeb80a59c9c619f60bf0ba1ebd26749 100644 (file)
@@ -1 +1 @@
-20241214
+20241215
index 1b8d9ae9d81c0b582bd93e1546c5cc8ffb6f89c6..a69ec10220f6f3e55e6a307159ab6c650afbd0db 100644 (file)
@@ -1,3 +1,22 @@
+2024-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117120
+       * gm2-compiler/M2CaseList.mod (CaseBoundsResolved): Rewrite.
+       (ConvertNulStr2NulChar): New procedure function.
+       (NulStr2NulChar): Ditto.
+       (GetCaseExpression): Ditto.
+       (OverlappingCaseBound): Rewrite.
+       * gm2-compiler/M2GCCDeclare.mod (CheckResolveSubrange): Allow
+       '' to be used as the subrange low limit.
+       * gm2-compiler/M2GenGCC.mod (FoldConvert): Rewrite.
+       (PopKindTree): Ditto.
+       (BuildHighFromString): Reformat.
+       * gm2-compiler/SymbolTable.mod (PushConstString): Add test for
+       length 0 and PushChar (nul).
+
 2024-12-13  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index fe44ae7c9c860e4b6d75c5bcc2b43502e6e833de..ba6e44c93c8d33b9707ca0461bd00376e5cd2759 100644 (file)
@@ -1,3 +1,13 @@
+2024-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117120
+       * gm2/pim/pass/forloopnulchar.mod: New test.
+       * gm2/pim/pass/nulcharcase.mod: New test.
+       * gm2/pim/pass/nulcharvar.mod: New test.
+
 2024-12-13  Marek Polacek  <polacek@redhat.com>
 
        Backported from master: