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-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
2011-01-05
re PR go/47158 ([cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofronte...
Ian Lance Taylor
4
-9
/
+24
2011-01-04
Check for identical package name and prefix in imported package.
Ian Lance Taylor
1
-0
/
+6
2011-01-04
Don't crash if append arguments are erroneous.
Ian Lance Taylor
1
-3
/
+3
2011-01-04
Don't crash when adding function calls that return multiple results.
Ian Lance Taylor
1
-0
/
+5
2011-01-04
Don't look outside of function literal for break or continue label.
Ian Lance Taylor
2
-14
/
+32
2011-01-04
Don't create erroneous COND_EXPR.
Ian Lance Taylor
1
-8
/
+13
2011-01-04
Don't crash if tuple init redefines non-variable.
Ian Lance Taylor
1
-6
/
+24
2011-01-04
Don't crash if named constant has no type when converting to GENERIC.
Ian Lance Taylor
1
-1
/
+2
2011-01-04
Don't crash initializing multiple vars from a single result function.
Ian Lance Taylor
1
-3
/
+13
2011-01-04
Check for multiple default cases in switch or select.
Ian Lance Taylor
2
-9
/
+39
2011-01-04
Fix handling of abstract types in temporary statements.
Ian Lance Taylor
1
-4
/
+7
2011-01-04
Traverse expressions when looking for types.
Ian Lance Taylor
2
-7
/
+8
2011-01-04
Don't crash if package import fails.
Ian Lance Taylor
1
-2
/
+5
2011-01-04
Fix building recover thunks which return multiple values.
Ian Lance Taylor
1
-3
/
+10
2011-01-04
Avoid crash when selecting on non-channel.
Ian Lance Taylor
1
-0
/
+8
2010-12-31
re PR go/47113 (go_field_alignment: field set but not used)
Joern Rennecke
2
-1
/
+7
2010-12-24
Avoid endless loop on array with recursive length.
Ian Lance Taylor
1
-6
/
+52
2010-12-24
Don't crash on invalid use of multiple results.
Ian Lance Taylor
1
-5
/
+14
2010-12-24
Avoid endless loop checking whether type is pointer.
Ian Lance Taylor
2
-3
/
+15
2010-12-24
Avoid endless loop inheriting interfaces.
Ian Lance Taylor
1
-2
/
+25
2010-12-23
A variable with a preinit block requires an intialization function.
Ian Lance Taylor
1
-1
/
+5
2010-12-23
Don't crash building map descriptor for erroneous map.
Ian Lance Taylor
1
-1
/
+6
2010-12-23
Initialize Lex::lineoff_ field.
Ian Lance Taylor
1
-2
/
+2
2010-12-23
Fix append with no extra arguments.
Ian Lance Taylor
1
-3
/
+9
2010-12-23
Don't crash asking for type of invalid const.
Ian Lance Taylor
2
-2
/
+14
2010-12-23
Avoid infinite recursion checking whether field is exported.
Ian Lance Taylor
2
-7
/
+35
2010-12-23
Avoid crash when an unknown object is declared as a type.
Ian Lance Taylor
1
-7
/
+13
2010-12-22
Don't crash on invalid call to append.
Ian Lance Taylor
1
-2
/
+5
2010-12-22
Avoid infinite recursion looking up method in invalid recursive type.
Ian Lance Taylor
2
-12
/
+37
2010-12-22
Don't crash on index into erroneous map.
Ian Lance Taylor
3
-6
/
+27
2010-12-22
Correctly handle tuple assignment to _ at global scope.
Ian Lance Taylor
2
-14
/
+46
2010-12-22
Don't crash on array type with erroneous length expression.
Ian Lance Taylor
1
-2
/
+6
2010-12-22
Don't crash on variable initialization from erroneous receive.
Ian Lance Taylor
1
-1
/
+1
[next]