diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-08-02 00:17:45 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-08-02 00:17:45 +0000 |
commit | cf58b896a26390c98ae5382377fcdf44e8ae209f (patch) | |
tree | a83d79fadc34e007ee7948355fe2673b6d714dc0 /gcc/m2/ChangeLog | |
parent | 8bf244e32a0d505720396fbb7df26f824c7f77eb (diff) | |
download | gcc-cf58b896a26390c98ae5382377fcdf44e8ae209f.zip gcc-cf58b896a26390c98ae5382377fcdf44e8ae209f.tar.gz gcc-cf58b896a26390c98ae5382377fcdf44e8ae209f.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r-- | gcc/m2/ChangeLog | 18 |
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 |