-
- Downloads
PR modula2/114333 set type comparison against a cardinal should cause an error
The type checker M2Check.mod needs extending to detect if a set, array or
record is in either operand at the end of the cascaded test list.
gcc/m2/ChangeLog:
PR modula2/114333
* gm2-compiler/M2Check.mod (checkUnbounded): New procedure
function.
(checkArrayTypeEquivalence): Extend checking to cover unbounded
arrays, arrays and constants.
(IsTyped): Simplified the expression and corrected a test for
IsConstructor.
(checkTypeKindViolation): New procedure function.
(doCheckPair): Call checkTypeKindViolation.
* gm2-compiler/M2GenGCC.mod (CodeStatement): Remove parameters
to CodeEqu and CodeNotEqu.
(PerformCodeIfEqu): New procedure.
(CodeIfEqu): Rewrite.
(PerformCodeIfNotEqu): New procedure.
(CodeIfNotEqu): Rewrite.
* gm2-compiler/M2Quads.mod (BuildRelOpFromBoolean): Correct
comment.
gcc/testsuite/ChangeLog:
PR modula2/114333
* gm2/cse/pass/testcse54.mod: New test.
* gm2/iso/run/pass/array9.mod: New test.
* gm2/iso/run/pass/strcons3.mod: New test.
* gm2/iso/run/pass/strcons4.mod: New test.
* gm2/pim/fail/badset1.mod: New test.
* gm2/pim/fail/badset2.mod: New test.
* gm2/pim/fail/badset3.mod: New test.
* gm2/pim/fail/badset4.mod: New test.
Signed-off-by:
Gaius Mulley <gaiusmod2@gmail.com>
Showing
- gcc/m2/gm2-compiler/M2Check.mod 96 additions, 15 deletionsgcc/m2/gm2-compiler/M2Check.mod
- gcc/m2/gm2-compiler/M2GenGCC.mod 137 additions, 75 deletionsgcc/m2/gm2-compiler/M2GenGCC.mod
- gcc/m2/gm2-compiler/M2Quads.mod 1 addition, 1 deletiongcc/m2/gm2-compiler/M2Quads.mod
- gcc/testsuite/gm2/cse/pass/testcse54.mod 7 additions, 0 deletionsgcc/testsuite/gm2/cse/pass/testcse54.mod
- gcc/testsuite/gm2/iso/run/pass/array9.mod 28 additions, 0 deletionsgcc/testsuite/gm2/iso/run/pass/array9.mod
- gcc/testsuite/gm2/iso/run/pass/strcons3.mod 30 additions, 0 deletionsgcc/testsuite/gm2/iso/run/pass/strcons3.mod
- gcc/testsuite/gm2/iso/run/pass/strcons4.mod 36 additions, 0 deletionsgcc/testsuite/gm2/iso/run/pass/strcons4.mod
- gcc/testsuite/gm2/pim/fail/badset1.mod 13 additions, 0 deletionsgcc/testsuite/gm2/pim/fail/badset1.mod
- gcc/testsuite/gm2/pim/fail/badset2.mod 13 additions, 0 deletionsgcc/testsuite/gm2/pim/fail/badset2.mod
- gcc/testsuite/gm2/pim/fail/badset3.mod 11 additions, 0 deletionsgcc/testsuite/gm2/pim/fail/badset3.mod
- gcc/testsuite/gm2/pim/fail/badset4.mod 11 additions, 0 deletionsgcc/testsuite/gm2/pim/fail/badset4.mod
Loading
Please register or sign in to comment