aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-23 00:17:49 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-23 00:17:49 +0000
commit8c6ee63bcd653c736d4cabafcbfd4f62582391ff (patch)
tree59278b90d76be04afce46ad7d41a94669c90e8d3 /gcc/m2
parent2a8187e0a1cf5fb5d1adcb5a2a2b579a80215202 (diff)
downloadgcc-8c6ee63bcd653c736d4cabafcbfd4f62582391ff.zip
gcc-8c6ee63bcd653c736d4cabafcbfd4f62582391ff.tar.gz
gcc-8c6ee63bcd653c736d4cabafcbfd4f62582391ff.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r--gcc/m2/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 1ef9df9..e4faada 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,22 @@
+2024-04-22 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/114811
+ * gm2-compiler/M2GenGCC.mod (FoldBinarySet): Add condition
+ checking to ensure op2 and op3 are fully resolved before
+ type checking is performed.
+
+2024-04-22 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/114807
+ * gm2-compiler/M2Check.mod (checkUnbounded): Remove unused
+ local variables.
+ (constCheckMeta): Include check for IsReallyPointer in the
+ failure case.
+ * gm2-compiler/M2Quads.mod (MoveWithMode): Remove CopyConstString.
+ * gm2-compiler/SymbolTable.def (IsHiddenReallyPointer): Export.
+ * gm2-compiler/SymbolTable.mod (SkipHiddenType): Remove.
+ (IsReallyPointer): Include IsHiddenReallyPointer test.
+
2024-04-20 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/112893