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

index 8b81eb36155b158c4e3a303b1ac07610dcf85b0b..7942c684a26cf5790d6c5eedc0bb4d4ade219f5c 100644 (file)
@@ -1 +1 @@
-20241201
+20241202
index ff88ed6dd878be85ca976447994eb5b112ca1cd0..55ab94ecbc4e22b9a75a2dfa35be17ad1a8337a7 100644 (file)
@@ -1,3 +1,33 @@
+2024-12-01  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-09-21  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * gm2-compiler/M2Comp.mod (GenerateDependencies): Remove
+       unused parameter.
+       (WriteDep): Remove parameter dep.
+       (WritePhoneDep): Ditto.
+
+2024-12-01  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-09-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * gm2-compiler/M2Check.mod (checkUnboundedArray): New
+       procedure function.
+       (checkUnboundedUnbounded): Ditto.
+       (checkUnbounded): Rewrite to check the unbounded data
+       type.
+       (checkPair): Add comment.
+       (doCheckPair): Add comment.
+       Remove tinfo parameter from the call to checkTypeKindViolation.
+       (checkTypeKindViolation): Remove ununsed parameter tinfo.
+       * gm2-libs-ch/UnixArgs.cc (GM2RTS.h): Remove include.
+       * gm2-libs-ch/m2rts.h (M2RTS_INIT): New define.
+       (M2RTS_DEP): Ditto.
+       (M2RTS_RegisterModule): New prototype.
+       (GM2RTS.h): Add include to the MC_M2 block.
+
 2024-11-30  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index f85bea2a901c59729662ad4b77177e80f195f3f9..1c26643f83bf688cfa5ba435b8ccdff18575c8f1 100644 (file)
@@ -1,3 +1,15 @@
+2024-12-01  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-09-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * gm2/iso/fail/testarrayunbounded2.mod: New test.
+       * gm2/iso/fail/testarrayunbounded3.mod: New test.
+       * gm2/iso/fail/testarrayunbounded4.mod: New test.
+       * gm2/iso/fail/testarrayunbounded5.mod: New test.
+       * gm2/iso/fail/testarrayunbounded6.mod: New test.
+       * gm2/iso/pass/testarrayunbounded.mod: New test.
+
 2024-11-30  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: