aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-22PR modula2/110631 Bugfix to FIO WriteCardinalGaius Mulley1-0/+89
2023-07-20[modula2] Implement limited VAR parameter static analysisGaius Mulley4-0/+91
2023-07-19[modula2] Location improvement and bugfix when issuing parameter errorsGaius Mulley2-0/+15
2023-07-19[modula2] Variable analysis understands DISPOSE and NILGaius Mulley3-0/+65
2023-07-18[modula2] Uninitialized variable static analysis improvementsGaius Mulley18-0/+519
2023-07-11[modula2] Improve uninitialized variable analysis by combining basic blocksGaius Mulley2-0/+62
2023-07-03PR modula2/110125 variables reported as uninitialized when set inside WITHGaius Mulley24-0/+634
2023-06-13PR modula2/110189 Using an unknown TYPE as argument to VAL gives ICEGaius Mulley1-0/+7
2023-06-09PR modula2/110126 variables are reported as unused when referenced by ASMGaius Mulley1-0/+12
2023-06-07PR modula2/110019 Reported line numbers off by 1 when cpp invoked.Gaius Mulley2-0/+42
2023-05-24PR modula2/109952 Inconsistent HIGH values with 'ARRAY OF CHAR'Gaius Mulley1-0/+61
2023-05-19PR modula2/109908 Delete from m2iso Strings is brokenGaius Mulley1-0/+85
2023-05-17PR modula2/109879 WholeIO.ReadCard and ReadInt should consume leading spaceGaius Mulley1-0/+89
2023-05-12PR modula2/109830 m2iso library SeqFile.mod appending to a file overwrites co...Gaius Mulley1-0/+77
2023-05-12PR modula2/109810 ICE fix when an array is assigned by a larger stringGaius Mulley1-0/+7
2023-05-09PR modula2/109779 isolib SkipLine skips the first character of the successive...Gaius Mulley1-0/+52
2023-05-04PR modula2/109729 cannot use a CHAR type as a FOR loop iteratorGaius Mulley1-0/+33
2023-04-30Remove duplicate constants created between passesGaius Mulley1-0/+44
2023-04-26PR modula2/108121 Re-implement overflow detection for constant literalsGaius Mulley2-1/+8
2023-04-13PR modula2/109496 Fix constant char parameter passing to an array of charGaius Mulley2-0/+40
2023-04-05PR modula2/109423 cc1gm2 ICE if an INCL or EXCL is performed on an unknown setGaius Mulley2-0/+13
2023-03-29PR modula2/109336 - The -fmod= and -fdef= options do not workGaius Mulley4-0/+61
2023-03-24modula2: Enable iso-extended-opaque-run-pass.exp to build library testsGaius Mulley1-2/+4
2023-03-23PR modula2/109264 Bugfix resolve opaque types containing setsGaius Mulley11-0/+186
2023-03-16[modula2] Add missing stdbool to testcodeGaius Mulley1-0/+2