index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gm2
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
PR modula2/118453: Subranges types do not use virtual tokens during construction
Gaius Mulley
4
-0
/
+49
2025-01-02
Update copyright years.
Jakub Jelinek
241
-242
/
+242
2024-12-10
PR modula2/117120: case ch with a nul char constant causes ICE
Gaius Mulley
3
-0
/
+31
2024-12-09
PR modula2/115328: use enable forward bool and set default true
Gaius Mulley
1
-0
/
+0
2024-12-07
PR modula2/117948: Forward procedure declaration should only be available in ISO
Gaius Mulley
1
-0
/
+14
2024-12-05
PR modula2/117904: cc1gm2 ICE when compiling a const built from VAL and SIZE
Gaius Mulley
1
-0
/
+25
2024-11-25
PR modula2/117777: m2 does not allow single const string in asm volatile
Gaius Mulley
1
-0
/
+5
2024-11-18
PR modula2/117660: Errors referring to variables of type array could display ...
Gaius Mulley
1
-0
/
+8
2024-11-18
PR modula2/117371: Add check for zero step in for loop
Gaius Mulley
1
-0
/
+18
2024-11-15
PR modula2/117371: type incompatibility between INTEGER and CARDINAL
Gaius Mulley
4
-0
/
+66
2024-11-11
modula2: Reimplement parameter declaration and checking.
Gaius Mulley
3
-0
/
+24
2024-10-19
PR modula2/115328 The FORWARD keyword is not implemented
Gaius Mulley
18
-0
/
+160
2024-09-20
modula2: Remove unused parameter warnings seen in build
Gaius Mulley
6
-0
/
+82
2024-08-25
modula2 testsuite: new libc unit test
Gaius Mulley
2
-0
/
+75
2024-08-16
PR modula2/116378 m2 bootstrap fails on x86_64-darwin
Gaius Mulley
3
-3
/
+3
2024-07-28
PR modula2/115823 Wrong expansion of isnormal optab
Gaius Mulley
4
-1
/
+34
2024-07-23
PR modula2/116048 ICE when encountering wrong kind of qualident
Gaius Mulley
6
-1
/
+39
2024-07-16
PR modula2/115957 ICE on procedure local const declaration
Gaius Mulley
2
-0
/
+31
2024-07-10
PR modula2/115823 Wrong expansion of isnormal optab
Gaius Mulley
1
-0
/
+47
2024-06-25
PR modula2/115536 Expression is evaluated incorrectly when encountering relop...
Gaius Mulley
7
-0
/
+158
2024-06-11
PR modula2/114529 Avoid ODR violations in bootstrap translated sources
Gaius Mulley
41
-0
/
+987
2024-05-29
PR modula2/115276 bugfix libgm2 wraptime.InitTM returns NIL
Gaius Mulley
1
-0
/
+17
2024-05-21
PR modula2/115164 initial test code highlighting the problem
Gaius Mulley
2
-0
/
+18
2024-05-15
PR modula2/115057 TextIO.ReadRestLine raises an exception when buffer is exce...
Gaius Mulley
3
-0
/
+53
2024-05-07
PR modula2/114133 bugfix constants must be cast prior to vararg call
Gaius Mulley
4
-9
/
+11
2024-05-03
PR modula2/114929 extra for loop iteration count regression tests
Gaius Mulley
3
-0
/
+84
2024-05-03
PR modula2/114929 for loop fails to iterate down to zero when using a cardina...
Gaius Mulley
4
-0
/
+132
2024-04-30
testsuite: gm2: Remove timeout overrides [PR114886]
Rainer Orth
6
-35
/
+0
2024-04-22
PR modula2/114807 badpointer3.mod causes an ICE
Gaius Mulley
9
-6
/
+126
2024-04-20
PR modula2/112893 full type checking between proctype and procedure not imple...
Gaius Mulley
4
-6
/
+61
2024-04-16
PR modula2/114745: const cast causes ICE
Gaius Mulley
3
-0
/
+48
2024-04-09
PR modula2/114648 cc1gm2 by default does not handle C pre-processor file and ...
Gaius Mulley
3
-0
/
+49
2024-04-06
PR modula2/114617 gm2 unable to resolve const expressions using relop ICE
Gaius Mulley
1
-0
/
+36
2024-04-01
PR modula2/114548 gm2 fails to identify variable in a const expression
Gaius Mulley
21
-0
/
+247
2024-03-28
PR modula2/114517 gm2 does not allow comparison operator hash in column one
Gaius Mulley
4
-0
/
+108
2024-03-26
PR modula2/114478 isnormal builtin unavailable from m2
Gaius Mulley
4
-0
/
+233
2024-03-23
PR modula2/114443 missing quote cause ICE
Gaius Mulley
1
-0
/
+8
2024-03-22
PR modula2/114422 Attempting to declare a set of unknown type causes ICE
Gaius Mulley
3
-0
/
+25
2024-03-21
PR modula2/114418 missing import of TSIZE from system causes ICE
Gaius Mulley
2
-0
/
+16
2024-03-18
PR modula2/114380 Incorrect type specified in an error message
Gaius Mulley
1
-0
/
+14
2024-03-17
PR modula2/114296 ICE when attempting to create a constant set with a variabl...
Gaius Mulley
1
-0
/
+9
2024-03-14
PR modula2/114294 expression causes ICE
Gaius Mulley
2
-457
/
+9
2024-03-14
PR modula2/114333 set type comparison against cardinal should cause error add...
Gaius Mulley
2
-0
/
+36
2024-03-14
PR modula2/114333 set type comparison against a cardinal should cause an error
Gaius Mulley
8
-0
/
+149
2024-03-08
modula2: Add constant aggregate tests
Gaius Mulley
4
-0
/
+132
2024-02-29
PR modula2/102344 TestLong4.mod FAILs
Gaius Mulley
2
-2
/
+34
2024-02-22
PR modula2/114055 improve error message when checking the BY constant
Gaius Mulley
2
-0
/
+35
2024-02-21
PR modula2/114026 Incorrect location during for loop type checking
Gaius Mulley
6
-0
/
+81
2024-02-19
PR modula2/113889 Incorrect constant string value if declared in a definition...
Gaius Mulley
13
-2
/
+123
2024-02-03
PR modula2/113730 Unexpected handling of mixed-precision integer arithmetic
Gaius Mulley
10
-0
/
+291
[next]