diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-04-23 00:17:49 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-04-23 00:17:49 +0000 |
commit | 8c6ee63bcd653c736d4cabafcbfd4f62582391ff (patch) | |
tree | 59278b90d76be04afce46ad7d41a94669c90e8d3 /gcc/m2 | |
parent | 2a8187e0a1cf5fb5d1adcb5a2a2b579a80215202 (diff) | |
download | gcc-8c6ee63bcd653c736d4cabafcbfd4f62582391ff.zip gcc-8c6ee63bcd653c736d4cabafcbfd4f62582391ff.tar.gz gcc-8c6ee63bcd653c736d4cabafcbfd4f62582391ff.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r-- | gcc/m2/ChangeLog | 19 |
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 |