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
/
m2
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-20
[modula2] Implement limited VAR parameter static analysis
Gaius Mulley
4
-38
/
+161
2023-07-20
Daily bump.
GCC Administrator
1
-0
/
+60
2023-07-19
PR modula2/110284 Make-lang-in m2flex.o and m2pp.o
Gaius Mulley
2
-5
/
+6
2023-07-19
[modula2] Location improvement and bugfix when issuing parameter errors
Gaius Mulley
2
-26
/
+29
2023-07-19
[modula2] Variable analysis understands DISPOSE and NIL
Gaius Mulley
2
-59
/
+98
2023-07-19
Daily bump.
GCC Administrator
1
-0
/
+32
2023-07-18
[modula2] Uninitialized variable static analysis improvements
Gaius Mulley
8
-154
/
+609
2023-07-14
Daily bump.
GCC Administrator
1
-0
/
+4
2023-07-13
m2, build: Use LDLFAGS for mklink
Rainer Orth
1
-1
/
+1
2023-07-12
Daily bump.
GCC Administrator
1
-0
/
+93
2023-07-11
[modula2] Improve uninitialized variable analysis by combining basic blocks
Gaius Mulley
21
-240
/
+906
2023-07-04
Daily bump.
GCC Administrator
1
-0
/
+65
2023-07-03
PR modula2/110125 variables reported as uninitialized when set inside WITH
Gaius Mulley
17
-202
/
+1848
2023-07-01
Daily bump.
GCC Administrator
1
-0
/
+6
2023-06-30
modula-2: Amend the handling of failed select() calls in RTint [PR108835].
Iain Sandoe
1
-16
/
+54
2023-06-19
Daily bump.
GCC Administrator
1
-0
/
+10
2023-06-18
PR modula2/110284 Remove stor-layout.o and backend header files
Gaius Mulley
2
-10
/
+1
2023-06-16
Daily bump.
GCC Administrator
1
-0
/
+4
2023-06-15
configure: Implement --enable-host-pie
Marek Polacek
1
-25
/
+30
2023-06-14
Daily bump.
GCC Administrator
1
-0
/
+18
2023-06-13
modula2 Fixes to the error format specifications
Gaius Mulley
4
-30
/
+164
2023-06-13
Daily bump.
GCC Administrator
1
-0
/
+31
2023-06-13
PR modula2/110189 Using an unknown TYPE as argument to VAL gives ICE
Gaius Mulley
2
-117
/
+78
2023-06-12
PR modula2/110126 variables are reported as unused when referenced by ASM fix
Gaius Mulley
3
-25
/
+73
2023-06-09
Daily bump.
GCC Administrator
1
-0
/
+48
2023-06-09
PR modula2/110126 variables are reported as unused when referenced by ASM
Gaius Mulley
11
-181
/
+280
2023-06-08
Daily bump.
GCC Administrator
1
-0
/
+14
2023-06-07
modula2: Fix bootstrap
Jakub Jelinek
1
-0
/
+2
2023-06-07
PR modula2/110019 Reported line numbers off by 1 when cpp invoked.
Gaius Mulley
3
-10
/
+14
2023-06-04
Daily bump.
GCC Administrator
1
-0
/
+7
2023-06-03
PR modula2/110003 Wrong source line listed for unused parameters
Gaius Mulley
1
-4
/
+5
2023-05-25
Daily bump.
GCC Administrator
1
-0
/
+11
2023-05-24
PR modula2/109952 Inconsistent HIGH values with 'ARRAY OF CHAR'
Gaius Mulley
5
-47
/
+60
2023-05-20
Daily bump.
GCC Administrator
1
-0
/
+5
2023-05-19
PR modula2/109908 Delete from m2iso Strings is broken
Gaius Mulley
1
-10
/
+48
2023-05-19
Daily bump.
GCC Administrator
1
-0
/
+18
2023-05-18
m2: use _P() defines from tree.h
Bernhard Reutner-Fischer
7
-19
/
+19
2023-05-18
Daily bump.
GCC Administrator
1
-0
/
+11
2023-05-17
WriteInt in the ISO libraries should not emit '+' for positive values
Gaius Mulley
4
-12
/
+12
2023-05-17
Daily bump.
GCC Administrator
1
-0
/
+21
2023-05-17
PR modula2/109879 WholeIO.ReadCard and ReadInt should consume leading space
Gaius Mulley
8
-38
/
+113
2023-05-16
PR modula2/108344 disable default opening of /dev/tty
Gaius Mulley
1
-17
/
+20
2023-05-13
Daily bump.
GCC Administrator
1
-0
/
+9
2023-05-12
PR modula2/109830 m2iso library SeqFile.mod appending to a file overwrites co...
Gaius Mulley
1
-21
/
+24
2023-05-12
Daily bump.
GCC Administrator
1
-0
/
+25
2023-05-12
PR modula2/109810 ICE fix when an array is assigned by a larger string
Gaius Mulley
5
-139
/
+176
2023-05-10
Daily bump.
GCC Administrator
1
-0
/
+17
2023-05-09
PR modula2/109779 isolib SkipLine skips the first character of the successive...
Gaius Mulley
2
-67
/
+89
2023-05-05
Daily bump.
GCC Administrator
1
-0
/
+127
2023-05-04
PR modula2/109729 cannot use a CHAR type as a FOR loop iterator
Gaius Mulley
3
-30
/
+52
[prev]
[next]