aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2
AgeCommit message (Expand)AuthorFilesLines
8 daysPR modula2/118453: Subranges types do not use virtual tokens during constructionGaius Mulley4-0/+49
2025-01-02Update copyright years.Jakub Jelinek241-242/+242
2024-12-10PR modula2/117120: case ch with a nul char constant causes ICEGaius Mulley3-0/+31
2024-12-09PR modula2/115328: use enable forward bool and set default trueGaius Mulley1-0/+0
2024-12-07PR modula2/117948: Forward procedure declaration should only be available in ISOGaius Mulley1-0/+14
2024-12-05PR modula2/117904: cc1gm2 ICE when compiling a const built from VAL and SIZEGaius Mulley1-0/+25
2024-11-25PR modula2/117777: m2 does not allow single const string in asm volatileGaius Mulley1-0/+5
2024-11-18PR modula2/117660: Errors referring to variables of type array could display ...Gaius Mulley1-0/+8
2024-11-18PR modula2/117371: Add check for zero step in for loopGaius Mulley1-0/+18
2024-11-15PR modula2/117371: type incompatibility between INTEGER and CARDINALGaius Mulley4-0/+66
2024-11-11modula2: Reimplement parameter declaration and checking.Gaius Mulley3-0/+24
2024-10-19PR modula2/115328 The FORWARD keyword is not implementedGaius Mulley18-0/+160
2024-09-20modula2: Remove unused parameter warnings seen in buildGaius Mulley6-0/+82
2024-08-25modula2 testsuite: new libc unit testGaius Mulley2-0/+75
2024-08-16PR modula2/116378 m2 bootstrap fails on x86_64-darwinGaius Mulley3-3/+3
2024-07-28PR modula2/115823 Wrong expansion of isnormal optabGaius Mulley4-1/+34
2024-07-23PR modula2/116048 ICE when encountering wrong kind of qualidentGaius Mulley6-1/+39
2024-07-16PR modula2/115957 ICE on procedure local const declarationGaius Mulley2-0/+31
2024-07-10PR modula2/115823 Wrong expansion of isnormal optabGaius Mulley1-0/+47
2024-06-25PR modula2/115536 Expression is evaluated incorrectly when encountering relop...Gaius Mulley7-0/+158
2024-06-11PR modula2/114529 Avoid ODR violations in bootstrap translated sourcesGaius Mulley41-0/+987
2024-05-29PR modula2/115276 bugfix libgm2 wraptime.InitTM returns NILGaius Mulley1-0/+17
2024-05-21PR modula2/115164 initial test code highlighting the problemGaius Mulley2-0/+18
2024-05-15PR modula2/115057 TextIO.ReadRestLine raises an exception when buffer is exce...Gaius Mulley3-0/+53
2024-05-07PR modula2/114133 bugfix constants must be cast prior to vararg callGaius Mulley4-9/+11
2024-05-03PR modula2/114929 extra for loop iteration count regression testsGaius Mulley3-0/+84
2024-05-03PR modula2/114929 for loop fails to iterate down to zero when using a cardina...Gaius Mulley4-0/+132
2024-04-30testsuite: gm2: Remove timeout overrides [PR114886]Rainer Orth6-35/+0
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