aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/gm2-compiler/M2Quads.mod
AgeCommit message (Expand)AuthorFilesLines
2024-10-19PR modula2/115328 The FORWARD keyword is not implementedGaius Mulley1-0/+16
2024-07-23PR modula2/116048 ICE when encountering wrong kind of qualidentGaius Mulley1-21/+24
2024-06-25modula2: tidyup remove unused procedures and unused parametersGaius Mulley1-52/+0
2024-06-25PR modula2/115536 Expression is evaluated incorrectly when encountering relop...Gaius Mulley1-42/+187
2024-05-03PR modula2/114929 for loop fails to iterate down to zero when using a cardina...Gaius Mulley1-34/+157
2024-04-22PR modula2/114807 badpointer3.mod causes an ICEGaius Mulley1-2/+1
2024-04-16PR modula2/114745: const cast causes ICEGaius Mulley1-12/+18
2024-04-06PR modula2/114617 gm2 unable to resolve const expressions using relop ICEGaius Mulley1-29/+172
2024-04-02PR modula2/114565 progress trace would be useful to isolate ICE for usersGaius Mulley1-4/+14
2024-04-01PR modula2/114548 gm2 fails to identify variable in a const expressionGaius Mulley1-148/+306
2024-03-23PR modula2/114444 trunc float malformed error cause ICEGaius Mulley1-3/+3
2024-03-22PR modula2/114422 Attempting to declare a set of unknown type causes ICEGaius Mulley1-1/+1
2024-03-21PR modula2/113836 gm2 does not dump gimple or quadruples to fileGaius Mulley1-142/+250
2024-03-17PR modula2/114296 ICE when attempting to create a constant set with a variabl...Gaius Mulley1-54/+70
2024-03-14PR modula2/114294 expression causes ICEGaius Mulley1-0/+1
2024-03-14PR modula2/114333 set type comparison against a cardinal should cause an errorGaius Mulley1-1/+1
2024-03-11PR modula2/114295 Incorrect location if compiling implementation without defi...Gaius Mulley1-20/+22
2024-03-08modula2: Rebuild bootstrap tools with faster dynamic arraysGaius Mulley1-2/+3
2024-02-22PR modula2/114055 improve error message when checking the BY constantGaius Mulley1-8/+21
2024-02-21PR modula2/114026 Incorrect location during for loop type checkingGaius Mulley1-38/+104
2024-02-19PR modula2/113889 Incorrect constant string value if declared in a definition...Gaius Mulley1-40/+90
2024-02-03PR modula2/113730 Unexpected handling of mixed-precision integer arithmeticGaius Mulley1-11/+61
2024-01-26modula2: detect string and pointer formal and actual parameter incompatibilityGaius Mulley1-11/+18
2024-01-11PR modula2/112946 set expression type checkingGaius Mulley1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-07PR modula2/112893 detect procedure address incompatible with cardinal in isoGaius Mulley1-10/+12
2023-12-05PR modula2/112865 IM and RE fails to skip type equivalencesGaius Mulley1-2/+2
2023-10-11PR modula2/111675 Incorrect packed record field value passed to a procedureGaius Mulley1-1/+1
2023-09-29modula2: iso library SysClock.mod and wrapclock.cc fixes.Gaius Mulley1-3/+3
2023-09-26PR modula2/111510 runtime ICE findChildAndParent has caused internal runtime ...Gaius Mulley1-16/+20
2023-09-19PR 108143/modula2 LONGREAL and powerpc64le-linuxGaius Mulley1-38/+43
2023-09-12modula2: new option -Wcase-enum and associated fixesGaius Mulley1-135/+9
2023-08-02PR modula2/110161 Comparing a typed procedure variable to 0 gives ICE or asse...Gaius Mulley1-2/+3
2023-08-01PR modula2/110865 Unable to access copied const arrayGaius Mulley1-14/+15
2023-07-25PR modula2/110174 Bugfixes to M2GenGCC.mod:CodeInline preventing an ICEGaius Mulley1-13/+26
2023-07-19[modula2] Location improvement and bugfix when issuing parameter errorsGaius Mulley1-24/+29
2023-07-19[modula2] Variable analysis understands DISPOSE and NILGaius Mulley1-3/+9
2023-07-18[modula2] Uninitialized variable static analysis improvementsGaius Mulley1-5/+65
2023-07-11[modula2] Improve uninitialized variable analysis by combining basic blocksGaius Mulley1-19/+49
2023-07-03PR modula2/110125 variables reported as uninitialized when set inside WITHGaius Mulley1-110/+128
2023-06-13modula2 Fixes to the error format specificationsGaius Mulley1-29/+29
2023-06-13PR modula2/110189 Using an unknown TYPE as argument to VAL gives ICEGaius Mulley1-15/+15
2023-06-12PR modula2/110126 variables are reported as unused when referenced by ASM fixGaius Mulley1-5/+43
2023-06-09PR modula2/110126 variables are reported as unused when referenced by ASMGaius Mulley1-10/+74
2023-05-12PR modula2/109810 ICE fix when an array is assigned by a larger stringGaius Mulley1-28/+45
2023-05-04PR modula2/109729 cannot use a CHAR type as a FOR loop iteratorGaius Mulley1-25/+32
2023-04-13PR modula2/109496 Fix constant char parameter passing to an array of charGaius Mulley1-2/+2
2023-04-05PR modula2/109423 cc1gm2 ICE if an INCL or EXCL is performed on an unknown setGaius Mulley1-4/+5
2023-03-23PR modula2/109264 Bugfix resolve opaque types containing setsGaius Mulley1-3/+8
2023-03-22PR modula2/107630 Remove M2LINK and remove some cross linkingGaius Mulley1-3/+12