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/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
/
go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
Don't permit string index expression to have abstract types.
Ian Lance Taylor
1
-3
/
+2
2011-02-22
Don't crash import unsafe if "unsafe" was already defined.
Ian Lance Taylor
1
-0
/
+7
2011-02-22
Don't crash on attempt to index array type expression.
Ian Lance Taylor
1
-0
/
+5
2011-02-22
Don't crash on erroneous type switch.
Ian Lance Taylor
1
-4
/
+7
2011-02-22
Permit comparing non-empty interfaces with empty interfaces.
Ian Lance Taylor
1
-4
/
+30
2011-02-22
Test shift count for overflow.
Ian Lance Taylor
1
-1
/
+1
2011-02-19
Don't crash on constant right shift.
Ian Lance Taylor
1
-8
/
+17
2011-02-19
Don't crash on out of range switch value.
Ian Lance Taylor
1
-1
/
+6
2011-02-19
Remove old mechanism for passing varargs argument to varargs function.
Ian Lance Taylor
2
-86
/
+0
2011-02-19
Avoid infinite loop inheriting interface methods.
Ian Lance Taylor
1
-0
/
+23
2011-02-19
Avoid dangling open function after erroneous method expression.
Ian Lance Taylor
1
-1
/
+4
2011-02-19
Fix struct with array of struct with field that points to first struct.
Ian Lance Taylor
3
-9
/
+39
2011-02-15
Don't crash on erroneous thunk call.
Ian Lance Taylor
1
-7
/
+24
2011-02-15
Don't crash on interface loop with forwarding types.
Ian Lance Taylor
1
-2
/
+3
2011-02-15
Don't crash on defer of type conversion.
Ian Lance Taylor
1
-5
/
+3
2011-02-15
Don't crash lowering self-referential variable initializer.
Ian Lance Taylor
1
-1
/
+17
2011-02-15
Don't let array indexes be untyped.
Ian Lance Taylor
1
-3
/
+2
2011-02-15
Don't crash defining function in different package.
Ian Lance Taylor
1
-2
/
+3
2011-02-14
Fixes to gccgo.texi.
Ralf Wildenhues
1
-2
/
+2
2011-02-11
Don't crash on if statement with erroneous conditional.
Ian Lance Taylor
1
-1
/
+3
2011-02-11
Don't get confused using type of erronous binary expression.
Ian Lance Taylor
1
-0
/
+11
2011-02-11
Don't crash on invalid comparison of complex constants.
Ian Lance Taylor
1
-1
/
+1
2011-02-10
Don't crash on erroneous thunk.
Ian Lance Taylor
1
-2
/
+12
2011-02-10
Don't crash on redefined variable.
Ian Lance Taylor
1
-1
/
+7
2011-02-10
Don't crash when referring to method other than calling it.
Ian Lance Taylor
1
-1
/
+2
2011-02-10
Determine types in global variable preinit blocks.
Ian Lance Taylor
1
-0
/
+3
2011-02-10
Don't get confused when mixing different abstract types in binary expr.
Ian Lance Taylor
1
-0
/
+3
2011-02-10
Don't crash on field reference to erroneous struct.
Ian Lance Taylor
1
-2
/
+8
2011-02-10
Don't crash on make of slice of erroneous type.
Ian Lance Taylor
1
-1
/
+3
2011-02-10
Don't crash checking for unexported self-referential pointer field.
Ian Lance Taylor
1
-6
/
+14
2011-02-09
The "main" package is not special if -fgo-prefix is used.
Ian Lance Taylor
3
-8
/
+25
2011-02-08
re PR go/47378 (ld warning linking with libgo.so: relocation bound to a symbo...
Ian Lance Taylor
1
-27
/
+5
2011-02-08
go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math.
Ian Lance Taylor
2
-3
/
+6
2011-01-31
configure.ac (gcc_cv_ld_static_option): Define.
Rainer Orth
2
-3
/
+8
2011-01-27
Fix self-referential struct via function and array.
Ian Lance Taylor
1
-2
/
+3
2011-01-26
Copy initializer to heap if it may contain pointers.
Ian Lance Taylor
1
-10
/
+17
2011-01-21
Remove the types float and complex.
Ian Lance Taylor
12
-76
/
+61
2011-01-19
Remember erroneous type when creating GENERIC for named type.
Ian Lance Taylor
1
-2
/
+8
2011-01-19
Don't crash on reference to field with erroneous type.
Ian Lance Taylor
1
-0
/
+2
2011-01-19
Generate an init function if any global variable needs a preinit.
Ian Lance Taylor
3
-25
/
+42
2011-01-19
Improve check for const initializer loop.
Ian Lance Taylor
1
-7
/
+47
2011-01-19
Check for error type when getting type of binary expression.
Ian Lance Taylor
1
-1
/
+5
2011-01-19
Fix handling of anonymous field in struct with pointer type.
Ian Lance Taylor
1
-1
/
+3
2011-01-19
Avoid crash with extra struct initializers with abstract types.
Ian Lance Taylor
1
-0
/
+4
2011-01-19
Fix generating type descriptor for array with float length.
Ian Lance Taylor
1
-1
/
+1
2011-01-19
Don't crash using value of something with no value.
Ian Lance Taylor
1
-0
/
+9
2011-01-19
Fix struct with field of pointer to array of same struct.
Ian Lance Taylor
1
-3
/
+29
2011-01-14
The type of a string slice is the type of the string being sliced.
Ian Lance Taylor
1
-1
/
+1
2011-01-14
Move clearing of flag_strict_aliasing to gcc interface.
Ian Lance Taylor
6
-20
/
+46
2011-01-06
Fix order in which recursive structs are converted to GENERIC.
Ian Lance Taylor
2
-23
/
+95
[next]