re PR go/47158 ([cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofrontend/gogo...
[gcc.git] / gcc / go / gofrontend / expressions.cc
2011-01-05 Ian Lance Taylorre PR go/47158 ([cppcheck][PATCH] found a memory leaks...
2011-01-04 Ian Lance TaylorDon't crash if append arguments are erroneous.
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...
2010-12-24 Ian Lance TaylorAvoid endless loop on array with recursive length.
2010-12-23 Ian Lance TaylorFix append with no extra arguments.
2010-12-23 Ian Lance TaylorDon't crash asking for type of invalid const.
2010-12-23 Ian Lance TaylorAvoid crash when an unknown object is declared as a...
2010-12-22 Ian Lance TaylorDon't crash on invalid call to append.
2010-12-22 Ian Lance TaylorDon't crash on index into erroneous map.
2010-12-22 Ian Lance TaylorDon't crash if array length is invalid const.
2010-12-22 Ian Lance TaylorCorrect test for number of arguments to append.
2010-12-22 Ian Lance TaylorDon't crash if a constant initializer refers to the...
2010-12-22 Ian Lance TaylorDon't crash on invalid type conversion.
2010-12-22 Ian Lance TaylorDon't crash receiving multiple results from void function.
2010-12-22 Ian Lance TaylorCheck for errors when building map construction.
2010-12-21 Ian Lance TaylorDon't crash on calling new with an erroneous type.
2010-12-21 Ian Lance TaylorDon't crash indexing into erroneous array.
2010-12-21 Ian Lance TaylorCorrect handling of methods which call recover.
2010-12-18 Ian Lance TaylorDon't crash on recursive variables and typed consts.
2010-12-17 Ian Lance TaylorAvoid always splitting the stack when calling append...
2010-12-16 Ian Lance TaylorDon't crash on recursive consts.
2010-12-16 Ian Lance TaylorDon't crash on invalid tuple assignment.
2010-12-16 Ian Lance TaylorCheck for errors from Gogo::call_builtin.
2010-12-16 Ian Lance TaylorDon't crash on Sizeof of undefined type.
2010-12-15 Ian Lance TaylorDon't crash on Sizeof of undefined type.
2010-12-15 Ian Lance TaylorDon't crash on empty struct created due to recursive...
2010-12-15 Ian Lance TaylorCheck errors in binary comparisons and builtin calls.
2010-12-15 Ian Lance TaylorPush hash table identity check down to subtypes.
2010-12-15 Ian Lance TaylorCheck for errors when converting array index to GENERIC.
2010-12-14 Ian Lance TaylorDon't crash on invalid slice composite literal.
2010-12-14 Ian Lance TaylorFix comparison of string and interface types.
2010-12-14 Ian Lance TaylorDon't try to build unary and binary expressions with...
2010-12-14 Ian Lance TaylorDon't crash on invalid parameters/results.
2010-12-14 Ian Lance TaylorCorrect handling of undefined name as key in map compos...
2010-12-14 Ian Lance TaylorDon't incorrectly parse expression as type switch.
2010-12-09 Ian Lance TaylorAvoid some crashes on erroneous programs.
2010-12-04 Ian Lance Taylorre PR bootstrap/46776 (gogo-tree.cc uses TRAMPOLINE_ALI...
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.