aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2
AgeCommit message (Expand)AuthorFilesLines
2024-06-04testsuite: gm2: Remove timeout overrides [PR114886]Rainer Orth6-35/+0
2024-05-07[PR modula2/113768][PR modula2/114133] bugfix constants must be cast prior to...Gaius Mulley4-9/+11
2024-05-03[PATCH] PR modula2/114929 for loop fails to iterate down to zeroGaius Mulley4-0/+132
2024-04-22PR modula2/114807 badpointer3.mod causes an ICEGaius Mulley9-6/+126
2024-04-20PR modula2/112893 full type checking between proctype and procedure not imple...Gaius Mulley4-6/+61
2024-04-16PR modula2/114745: const cast causes ICEGaius Mulley3-0/+48
2024-04-09PR modula2/114648 cc1gm2 by default does not handle C pre-processor file and ...Gaius Mulley3-0/+49
2024-04-06PR modula2/114617 gm2 unable to resolve const expressions using relop ICEGaius Mulley1-0/+36
2024-04-01PR modula2/114548 gm2 fails to identify variable in a const expressionGaius Mulley21-0/+247
2024-03-28PR modula2/114517 gm2 does not allow comparison operator hash in column oneGaius Mulley4-0/+108
2024-03-26PR modula2/114478 isnormal builtin unavailable from m2Gaius Mulley4-0/+233
2024-03-23PR modula2/114443 missing quote cause ICEGaius Mulley1-0/+8
2024-03-22PR modula2/114422 Attempting to declare a set of unknown type causes ICEGaius Mulley3-0/+25
2024-03-21PR modula2/114418 missing import of TSIZE from system causes ICEGaius Mulley2-0/+16
2024-03-18PR modula2/114380 Incorrect type specified in an error messageGaius Mulley1-0/+14
2024-03-17PR modula2/114296 ICE when attempting to create a constant set with a variabl...Gaius Mulley1-0/+9
2024-03-14PR modula2/114294 expression causes ICEGaius Mulley2-457/+9
2024-03-14PR modula2/114333 set type comparison against cardinal should cause error add...Gaius Mulley2-0/+36
2024-03-14PR modula2/114333 set type comparison against a cardinal should cause an errorGaius Mulley8-0/+149
2024-03-08modula2: Add constant aggregate testsGaius Mulley4-0/+132
2024-02-29PR modula2/102344 TestLong4.mod FAILsGaius Mulley2-2/+34
2024-02-22PR modula2/114055 improve error message when checking the BY constantGaius Mulley2-0/+35
2024-02-21PR modula2/114026 Incorrect location during for loop type checkingGaius Mulley6-0/+81
2024-02-19PR modula2/113889 Incorrect constant string value if declared in a definition...Gaius Mulley13-2/+123
2024-02-03PR modula2/113730 Unexpected handling of mixed-precision integer arithmeticGaius Mulley10-0/+291
2024-01-31PR modula2/111627 Excess test fails with a case-preserving-case-insensitive s...Gaius Mulley4-8/+8
2024-01-26modula2: detect string and pointer formal and actual parameter incompatibilityGaius Mulley2-0/+26
2024-01-25modula2: add project regression test and badpointer testsGaius Mulley5-0/+876
2024-01-11PR modula2/112946 set expression type checkingGaius Mulley5-0/+73
2024-01-03Update copyright years.Jakub Jelinek231-258/+257
2023-12-15PR modula2/112946 ICE assignment of string to enumeration or setGaius Mulley3-0/+41
2023-12-13PR modula2/112921 missing modules shortreal shortstr shortconv convstringshortGaius Mulley1-0/+13
2023-12-12PR modula2/112984 Compiling program with -Wpedantic shows warning in librariesGaius Mulley2-0/+46
2023-12-07PR modula2/112893 detect procedure address incompatible with cardinal in isoGaius Mulley2-0/+28
2023-12-01gm2: Add missing declaration of m2pim_M2RTS_Terminate to testFlorian Weimer1-0/+1
2023-11-01PR modula2/102989: reimplement overflow detection in ztype though WIDE_INT_MA...Gaius Mulley2-8/+1
2023-10-27PR modula2/111530: Build failure on BSD due to getopt_long_only GNU extension...Gaius Mulley1-0/+74
2023-10-25PR modula2/111955 introduce isnan support to Builtins.defGaius Mulley1-0/+17
2023-10-11PR modula2/111675 Incorrect packed record field value passed to a procedureGaius Mulley1-0/+49
2023-09-30modula2: testsuite correction to m2date.modGaius Mulley1-1/+2
2023-09-28modula2: Increase linking test timeouts for slower targetsGaius Mulley5-6/+20
2023-09-19PR 108143/modula2 LONGREAL and powerpc64le-linuxGaius Mulley17-0/+559
2023-09-14modula2: Add missing comments to M2CaseList.mod and add testcasesGaius Mulley9-21/+45
2023-09-14modula2: introduce case checking when switching on subrangesGaius Mulley10-0/+228
2023-09-12modula2: new option -Wcase-enum and associated fixesGaius Mulley5-0/+143
2023-08-12PR modula2/108119 disable m2rte plugin by defaultGaius Mulley5-5/+5
2023-08-05PR modula2/110779 SysClock can not read the clockGaius Mulley3-0/+138
2023-08-02PR modula2/110161 Comparing a typed procedure variable to 0 gives ICE or asse...Gaius Mulley1-0/+8
2023-08-01PR modula2/110865 Unable to access copied const arrayGaius Mulley3-0/+68
2023-07-25PR modula2/110174 Bugfixes to M2GenGCC.mod:CodeInline preventing an ICEGaius Mulley5-2/+102