aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
2011-02-24Don't crash when using receive on erroneous channel.Ian Lance Taylor1-1/+5
2011-02-24Set type of array length expressions.Ian Lance Taylor1-24/+16
2011-02-24Avoid infinite loop in field_reference.Ian Lance Taylor2-2/+40
2011-02-24Don't crash on type switch of untyped value.Ian Lance Taylor1-1/+5
2011-02-24Don't crash on type switch of nil.Ian Lance Taylor1-2/+5
2011-02-24Handle an array of pointers to itself.Ian Lance Taylor2-20/+54
2011-02-24Don't crash if a map index is used outside of a function.Ian Lance Taylor1-9/+37
2011-02-24Don't crash on bad receiver when building recover thunks.Ian Lance Taylor1-4/+8
2011-02-24Don't crash if a result variable redefines a parameter.Ian Lance Taylor1-1/+2
2011-02-23Don't crash looking for methods of pointer to error type.Ian Lance Taylor1-0/+2
2011-02-23Don't crash on Sizeof of bad type.Ian Lance Taylor1-1/+5
2011-02-23Don't crash on erroneous type descriptor in interface conversion.Ian Lance Taylor1-0/+2
2011-02-23Traverse erroneous function redefinitions.Ian Lance Taylor1-3/+8
2011-02-23Fix missing type traversals.Ian Lance Taylor2-0/+16
2011-02-22Don't permit string index expression to have abstract types.Ian Lance Taylor1-3/+2
2011-02-22Don't crash import unsafe if "unsafe" was already defined.Ian Lance Taylor1-0/+7
2011-02-22Don't crash on attempt to index array type expression.Ian Lance Taylor1-0/+5
2011-02-22Don't crash on erroneous type switch.Ian Lance Taylor1-4/+7
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor1-4/+30
2011-02-22Test shift count for overflow.Ian Lance Taylor1-1/+1
2011-02-19Don't crash on constant right shift.Ian Lance Taylor1-8/+17
2011-02-19Don't crash on out of range switch value.Ian Lance Taylor1-1/+6
2011-02-19Remove old mechanism for passing varargs argument to varargs function.Ian Lance Taylor2-86/+0
2011-02-19Avoid infinite loop inheriting interface methods.Ian Lance Taylor1-0/+23
2011-02-19Avoid dangling open function after erroneous method expression.Ian Lance Taylor1-1/+4
2011-02-19Fix struct with array of struct with field that points to first struct.Ian Lance Taylor3-9/+39
2011-02-15Don't crash on erroneous thunk call.Ian Lance Taylor1-7/+24
2011-02-15Don't crash on interface loop with forwarding types.Ian Lance Taylor1-2/+3
2011-02-15Don't crash on defer of type conversion.Ian Lance Taylor1-5/+3
2011-02-15Don't crash lowering self-referential variable initializer.Ian Lance Taylor1-1/+17
2011-02-15Don't let array indexes be untyped.Ian Lance Taylor1-3/+2
2011-02-15Don't crash defining function in different package.Ian Lance Taylor1-2/+3
2011-02-11Don't crash on if statement with erroneous conditional.Ian Lance Taylor1-1/+3
2011-02-11Don't get confused using type of erronous binary expression.Ian Lance Taylor1-0/+11
2011-02-11Don't crash on invalid comparison of complex constants.Ian Lance Taylor1-1/+1
2011-02-10Don't crash on erroneous thunk.Ian Lance Taylor1-2/+12
2011-02-10Don't crash on redefined variable.Ian Lance Taylor1-1/+7
2011-02-10Don't crash when referring to method other than calling it.Ian Lance Taylor1-1/+2
2011-02-10Determine types in global variable preinit blocks.Ian Lance Taylor1-0/+3
2011-02-10Don't get confused when mixing different abstract types in binary expr.Ian Lance Taylor1-0/+3
2011-02-10Don't crash on field reference to erroneous struct.Ian Lance Taylor1-2/+8
2011-02-10Don't crash on make of slice of erroneous type.Ian Lance Taylor1-1/+3
2011-02-10Don't crash checking for unexported self-referential pointer field.Ian Lance Taylor1-6/+14
2011-02-09The "main" package is not special if -fgo-prefix is used.Ian Lance Taylor3-8/+25
2011-02-08re PR go/47378 (ld warning linking with libgo.so: relocation bound to a symbo...Ian Lance Taylor1-27/+5
2011-01-27Fix self-referential struct via function and array.Ian Lance Taylor1-2/+3
2011-01-26Copy initializer to heap if it may contain pointers.Ian Lance Taylor1-10/+17
2011-01-21Remove the types float and complex.Ian Lance Taylor9-72/+52
2011-01-19Remember erroneous type when creating GENERIC for named type.Ian Lance Taylor1-2/+8
2011-01-19Don't crash on reference to field with erroneous type.Ian Lance Taylor1-0/+2