aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-02 00:17:45 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-02 00:17:45 +0000
commitcf58b896a26390c98ae5382377fcdf44e8ae209f (patch)
treea83d79fadc34e007ee7948355fe2673b6d714dc0 /gcc/m2/ChangeLog
parent8bf244e32a0d505720396fbb7df26f824c7f77eb (diff)
downloadgcc-cf58b896a26390c98ae5382377fcdf44e8ae209f.zip
gcc-cf58b896a26390c98ae5382377fcdf44e8ae209f.tar.gz
gcc-cf58b896a26390c98ae5382377fcdf44e8ae209f.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r--gcc/m2/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index c32aebb..70fdc0a 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,21 @@
+2023-08-01 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/110161
+ * gm2-compiler/M2Check.mod (checkProcTypeEquivalence): New
+ procedure function.
+ (checkTypeKindEquivalence): Call checkProcTypeEquivalence
+ if either left or right is a proc type.
+ * gm2-compiler/M2Quads.mod (BuildRelOp): Create
+ combinedTok prior to creating the range check quadruple.
+ Use combinedTok when creating the range check quadruple.
+
+2023-08-01 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/110865
+ * gm2-compiler/M2Quads.mod (BuildDesignatorArray):
+ Rename t as type and d as dim. New variable result.
+ Allow constants of an array type to be indexed.
+
2023-07-25 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/110174