aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2012-03-22Mark ChangeLogRichard Biener
2012-03-10Update Go compiler, library, and testsuite on gcc 4.7 branch.Ian Lance Taylor
2012-03-01compiler: Reliably give errors on misuse of multiple value call.Ian Lance Taylor
2012-03-01compiler: Fix varargs functions that call recover.Ian Lance Taylor
2012-03-01compiler: Fix handling of indirection of circular types.Ian Lance Taylor
2012-03-01compiler: Avoid some compiler crashes on invalid code.Ian Lance Taylor
2012-03-01compiler: Fix unary ^ applied to typed signed integer constant.Ian Lance Taylor
2012-02-29compiler: Avoid various crashes on error conditions.Ian Lance Taylor
2012-02-29compiler: Fix handling of invalid types within invalid types.Ian Lance Taylor
2012-02-23go-gcc.cc (Gcc_backend::placeholder_pointer_type): Use build_distinct_type_copy.Richard Guenther
2012-02-18compiler: Permit an empty interface to be embedded multiple times.Ian Lance Taylor
2012-02-17compiler: Permit (_) on left hand side of =.Ian Lance Taylor
2012-02-17compiler: List imported packages in export information.Ian Lance Taylor
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor
2012-02-17compiler: Don't lower binary expressions with mismatched types.Ian Lance Taylor
2012-02-17gospec.c (lang_specific_driver): If linking, and no -o option was used, add one.Ian Lance Taylor
2012-02-17compiler: Fix backend representation for interface methods.Ian Lance Taylor
2012-02-17compiler: Check for initialization loop in constant initializer.Ian Lance Taylor
2012-02-16compiler: Don't crash on erroneous unnamed integer type descriptor.Ian Lance Taylor
2012-02-16compiler: Lower constant string comparisons.Ian Lance Taylor
2012-02-16compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct.Ian Lance Taylor
2012-02-15compiler: Avoid crashes on erroneous input.Ian Lance Taylor
2012-02-14re PR go/48411 (Bogusly canonicalized $target-gccgo)Ian Lance Taylor
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.Ian Lance Taylor
2012-02-02compiler: Compare slice start and end with cap, not len.Ian Lance Taylor
2012-02-02compiler: Permit importing a method to a type being defined.Ian Lance Taylor
2012-02-02compiler: Fix parameter references in method expressions.Ian Lance Taylor
2012-02-01compiler: Fix type checking for append.Ian Lance Taylor
2012-02-01compiler: Don't crash on switch _ := v.(type).Ian Lance Taylor
2012-02-01re PR target/52079 (ICE in aggregate_value_p while building libgo on arm-linu...Jakub Jelinek
2012-02-01compiler: Permit a general expression in case x := <-c.Ian Lance Taylor
2012-02-01compiler: Don't crash on type switch case nil with selector.Ian Lance Taylor
2012-01-27compiler: Use new __builtin_init_heap_trampoline.Ian Lance Taylor
2012-01-26compiler: Don't make type fns for private fields in other packages.Ian Lance Taylor
2012-01-25compiler: Always re-lower lowered expressions.Ian Lance Taylor
2012-01-24compiler: Error if type switch case can not implement switch value.Ian Lance Taylor
2012-01-24compiler: Do not allow slice of array literal.Ian Lance Taylor
2012-01-24compiler: Simple statement in type switch is in different block.Ian Lance Taylor
2012-01-24compiler: Correct type of expressions involving character constants.Ian Lance Taylor
2012-01-24compiler: Verify types of sink variables.Ian Lance Taylor
2012-01-24compiler: Better handling of erroneous function signatures.Ian Lance Taylor
2012-01-24compiler: Better error message for invalid use of predeclared function.Ian Lance Taylor
2012-01-23compiler: Give an error if a variable is defined but not used.Ian Lance Taylor
2012-01-21compiler: The type descriptor of an undefined forward type is an error.Ian Lance Taylor
2012-01-21compiler: Check for calling value method with dereferenced value.Ian Lance Taylor
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor
2012-01-20compiler: Don't crash if receiver name is _.Ian Lance Taylor