s390.c (s390_function_value): Rename to ...
[gcc.git] / gcc / go /
2011-03-03 Ian Lance TaylorDon't crash if erroneous type was not converted.
2011-03-03 Ian Lance TaylorDon't crash on large composite literal array index.
2011-03-03 Ian Lance TaylorDon't crash calling make with NaN or Infinity.
2011-03-03 Ian Lance TaylorMake sure variable type is determined when var initiali...
2011-03-03 Ian Lance TaylorDon't crash getting type descriptor of abstract types.
2011-03-03 Ian Lance TaylorDon't look for methods on named pointer types.
2011-03-03 Ian Lance TaylorDetermine call types even if first call result is not...
2011-03-03 Ian Lance TaylorDon't crash declaring a function named "_".
2011-03-03 Ian Lance TaylorDon't crash on erroneous void initializer in temporary...
2011-03-03 Ian Lance TaylorFix type of discarded send expression.
2011-03-03 Ian Lance TaylorDon't crash on erroneous named result.
2011-03-03 Ian Lance TaylorDon't crash if a constant has a declared but undefined...
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-28 Ian Lance TaylorMove ChangeLog entry to correct ChangeLog file.
2011-02-24 Ian Lance TaylorDon't delete old arguments when lowering varargs.
2011-02-24 Ian Lance TaylorTraverse erroneous send/receive statements.
2011-02-24 Ian Lance TaylorDon't crash when using receive on erroneous channel.
2011-02-24 Ian Lance TaylorSet type of array length expressions.
2011-02-24 Ian Lance TaylorAvoid infinite loop in field_reference.
2011-02-24 Ian Lance TaylorDon't crash on type switch of untyped value.
2011-02-24 Ian Lance TaylorDon't crash on type switch of nil.
2011-02-24 Ian Lance TaylorHandle an array of pointers to itself.
2011-02-24 Ian Lance TaylorDon't crash if a map index is used outside of a function.
2011-02-24 Ian Lance TaylorDon't crash on bad receiver when building recover thunks.
2011-02-24 Ian Lance TaylorDon't crash if a result variable redefines a parameter.
2011-02-23 Ian Lance TaylorDon't crash looking for methods of pointer to error...
2011-02-23 Ian Lance TaylorDon't crash on Sizeof of bad type.
2011-02-23 Ian Lance TaylorDon't crash on erroneous type descriptor in interface...
2011-02-23 Ian Lance TaylorTraverse erroneous function redefinitions.
2011-02-23 Ian Lance TaylorFix missing type traversals.
2011-02-22 Ian Lance TaylorDon't permit string index expression to have abstract...
2011-02-22 Ian Lance TaylorDon't crash import unsafe if "unsafe" was already defined.
2011-02-22 Ian Lance TaylorDon't crash on attempt to index array type expression.
2011-02-22 Ian Lance TaylorDon't crash on erroneous type switch.
2011-02-22 Ian Lance TaylorPermit comparing non-empty interfaces with empty interf...
2011-02-22 Ian Lance TaylorTest shift count for overflow.
2011-02-19 Ian Lance TaylorDon't crash on constant right shift.
2011-02-19 Ian Lance TaylorDon't crash on out of range switch value.
2011-02-19 Ian Lance TaylorRemove old mechanism for passing varargs argument to...
2011-02-19 Ian Lance TaylorAvoid infinite loop inheriting interface methods.
2011-02-19 Ian Lance TaylorAvoid dangling open function after erroneous method...
2011-02-19 Ian Lance TaylorFix struct with array of struct with field that points...
2011-02-15 Ian Lance TaylorDon't crash on erroneous thunk call.
2011-02-15 Ian Lance TaylorDon't crash on interface loop with forwarding types.
2011-02-15 Ian Lance TaylorDon't crash on defer of type conversion.
2011-02-15 Ian Lance TaylorDon't crash lowering self-referential variable initializer.
2011-02-15 Ian Lance TaylorDon't let array indexes be untyped.
2011-02-15 Ian Lance TaylorDon't crash defining function in different package.
2011-02-14 Ralf WildenhuesFixes to gccgo.texi.
2011-02-11 Ian Lance TaylorDon't crash on if statement with erroneous conditional.
2011-02-11 Ian Lance TaylorDon't get confused using type of erronous binary expres...
2011-02-11 Ian Lance TaylorDon't crash on invalid comparison of complex constants.
2011-02-10 Ian Lance TaylorDon't crash on erroneous thunk.
2011-02-10 Ian Lance TaylorDon't crash on redefined variable.
2011-02-10 Ian Lance TaylorDon't crash when referring to method other than calling it.
2011-02-10 Ian Lance TaylorDetermine types in global variable preinit blocks.
2011-02-10 Ian Lance TaylorDon't get confused when mixing different abstract types...
2011-02-10 Ian Lance TaylorDon't crash on field reference to erroneous struct.
2011-02-10 Ian Lance TaylorDon't crash on make of slice of erroneous type.
2011-02-10 Ian Lance TaylorDon't crash checking for unexported self-referential...
2011-02-09 Ian Lance TaylorThe "main" package is not special if -fgo-prefix is...
2011-02-08 Ian Lance Taylorre PR go/47378 (ld warning linking with libgo.so: reloc...
2011-02-08 Ian Lance Taylorgo-lang.c (go_langhook_init_options_struct): Set fronte...
2011-01-31 Rainer Orthconfigure.ac (gcc_cv_ld_static_option): Define.
2011-01-27 Ian Lance TaylorFix self-referential struct via function and array.
2011-01-26 Ian Lance TaylorCopy initializer to heap if it may contain pointers.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-19 Ian Lance TaylorRemember erroneous type when creating GENERIC for named...
2011-01-19 Ian Lance TaylorDon't crash on reference to field with erroneous type.
2011-01-19 Ian Lance TaylorGenerate an init function if any global variable needs...
2011-01-19 Ian Lance TaylorImprove check for const initializer loop.
2011-01-19 Ian Lance TaylorCheck for error type when getting type of binary expres...
2011-01-19 Ian Lance TaylorFix handling of anonymous field in struct with pointer...
2011-01-19 Ian Lance TaylorAvoid crash with extra struct initializers with abstrac...
2011-01-19 Ian Lance TaylorFix generating type descriptor for array with float...
2011-01-19 Ian Lance TaylorDon't crash using value of something with no value.
2011-01-19 Ian Lance TaylorFix struct with field of pointer to array of same struct.
2011-01-14 Ian Lance TaylorThe type of a string slice is the type of the string...
2011-01-14 Ian Lance TaylorMove clearing of flag_strict_aliasing to gcc interface.
2011-01-06 Ian Lance TaylorFix order in which recursive structs are converted...
2011-01-05 Ian Lance Taylorre PR go/47158 ([cppcheck][PATCH] found a memory leaks...
2011-01-04 Ian Lance TaylorCheck for identical package name and prefix in imported...
2011-01-04 Ian Lance TaylorDon't crash if append arguments are erroneous.
2011-01-04 Ian Lance TaylorDon't crash when adding function calls that return...
2011-01-04 Ian Lance TaylorDon't look outside of function literal for break or...
2011-01-04 Ian Lance TaylorDon't create erroneous COND_EXPR.
2011-01-04 Ian Lance TaylorDon't crash if tuple init redefines non-variable.
2011-01-04 Ian Lance TaylorDon't crash if named constant has no type when converti...
2011-01-04 Ian Lance TaylorDon't crash initializing multiple vars from a single...
2011-01-04 Ian Lance TaylorCheck for multiple default cases in switch or select.
2011-01-04 Ian Lance TaylorFix handling of abstract types in temporary statements.
2011-01-04 Ian Lance TaylorTraverse expressions when looking for types.
2011-01-04 Ian Lance TaylorDon't crash if package import fails.
2011-01-04 Ian Lance TaylorFix building recover thunks which return multiple values.
2011-01-04 Ian Lance TaylorAvoid crash when selecting on non-channel.
2010-12-31 Joern Renneckere PR go/47113 (go_field_alignment: field set but not...
2010-12-24 Ian Lance TaylorAvoid endless loop on array with recursive length.
2010-12-24 Ian Lance TaylorDon't crash on invalid use of multiple results.
2010-12-24 Ian Lance TaylorAvoid endless loop checking whether type is pointer.
2010-12-24 Ian Lance TaylorAvoid endless loop inheriting interfaces.
next