aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2
AgeCommit message (Expand)AuthorFilesLines
8 daysPR modula2/121314: quotes appearing in concatenated error stringsGaius Mulley2-0/+32
11 daysPR modula2/121289 Poor warning location when using Wstyle optionGaius Mulley2-0/+58
2025-07-23PR modula2/121164: Modula 2 build failure followupGaius Mulley2-0/+42
2025-06-30[PR modula2/117203] Followup add Delete procedure functionGaius Mulley3-0/+308
2025-06-22[PR modula2/120731] error in Strings.Pos causing sigsegvGaius Mulley1-0/+16
2025-06-17PR modula2/120673: Mutually dependent types crash the compilerGaius Mulley4-0/+42
2025-06-09PR modula2/120606: FOR loop ICE if the last expression uses an arrayGaius Mulley1-0/+21
2025-06-07[PR modula2/119650, PR modula2/117203]: WriteString and Delete are missing fr...Gaius Mulley5-0/+49
2025-06-06PR modula2/120542: Return statement in the main procedure crashes the compilerGaius Mulley4-0/+32
2025-06-01PR modula2/120497: error is generated for good code when returning a pointer ...Gaius Mulley2-0/+36
2025-05-31PR modula2/120389 Assigning wrong type to an array causes an ICEGaius Mulley5-0/+65
2025-05-22PR modula2/120389 ICE if assigning a constant char to an integer arrayGaius Mulley1-0/+7
2025-05-05PR modula2/120117: ICE when attempting to obtain the MAX of an aliased set typeGaius Mulley2-0/+26
2025-04-24PR modula2/119915: Sprintf1 repeats the entire format string if it starts wit...Gaius Mulley1-0/+63
2025-04-24PR modula2/119914 No error message generated when passing a Ztype to an unbou...Gaius Mulley1-0/+10
2025-03-28PR modula2/119504: ICE when attempting to access an element of a constant stringGaius Mulley3-0/+79
2025-03-25PR modula2/119449 MAX of SYSTEM.REAL64 cause an ICEGaius Mulley3-0/+25
2025-03-16PR modula2/115111 Incorrect line debugging locations at the end of the WHILE ...Gaius Mulley1-0/+18
2025-03-10PR modula2/119192 ICE if TBITSIZE is used in an expressionGaius Mulley1-2/+7
2025-03-05PR modula2/118998 Rotate of a packetset causes different types to binary oper...Gaius Mulley3-0/+79
2025-03-02PR modula2/119088 ICE when for loop accesses an unknown variable as the iteratorGaius Mulley1-0/+7
2025-02-22PR modula2/118978 ICE when attempting to pass an incompatible parameterGaius Mulley1-0/+10
2025-02-04PR modula2/115112 Incorrect line debugging information occurs during INC builtinGaius Mulley2-0/+20
2025-02-02PR modula2/117411 Request for documentation to include exception exampleGaius Mulley2-0/+165
2025-02-01PR modula2/118703 Abort compiling m2pim_NumberIO_BinToStrGaius Mulley1-0/+90
2025-01-29PR modula2/116073 invalid rtl sharing compiling FileSystem.mod caused by ext-dceGaius Mulley1-0/+15
2025-01-13PR 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