OSDN Git Service

Don't crash if append arguments are erroneous.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / expressions.cc
2011-01-04 ianDon't crash if append arguments are erroneous.
2011-01-04 ianDon't crash if named constant has no type when converti...
2011-01-04 ianDon't crash initializing multiple vars from a single...
2010-12-24 ianAvoid endless loop on array with recursive length.
2010-12-23 ianFix append with no extra arguments.
2010-12-23 ianDon't crash asking for type of invalid const.
2010-12-23 ianAvoid crash when an unknown object is declared as a...
2010-12-22 ianDon't crash on invalid call to append.
2010-12-22 ianDon't crash on index into erroneous map.
2010-12-22 ianDon't crash if array length is invalid const.
2010-12-22 ianCorrect test for number of arguments to append.
2010-12-22 ianDon't crash if a constant initializer refers to the...
2010-12-22 ianDon't crash on invalid type conversion.
2010-12-22 ianDon't crash receiving multiple results from void function.
2010-12-22 ianCheck for errors when building map construction.
2010-12-21 ianDon't crash on calling new with an erroneous type.
2010-12-21 ianDon't crash indexing into erroneous array.
2010-12-21 ianCorrect handling of methods which call recover.
2010-12-18 ianDon't crash on recursive variables and typed consts.
2010-12-17 ianAvoid always splitting the stack when calling append...
2010-12-16 ianDon't crash on recursive consts.
2010-12-16 ianDon't crash on invalid tuple assignment.
2010-12-16 ianCheck for errors from Gogo::call_builtin.
2010-12-16 ianDon't crash on Sizeof of undefined type.
2010-12-15 ianDon't crash on Sizeof of undefined type.
2010-12-15 ianDon't crash on empty struct created due to recursive...
2010-12-15 ianCheck errors in binary comparisons and builtin calls.
2010-12-15 ianPush hash table identity check down to subtypes.
2010-12-15 ianCheck for errors when converting array index to GENERIC.
2010-12-14 ianDon't crash on invalid slice composite literal.
2010-12-14 ianFix comparison of string and interface types.
2010-12-14 ianDon't try to build unary and binary expressions with...
2010-12-14 ianDon't crash on invalid parameters/results.
2010-12-14 ianCorrect handling of undefined name as key in map compos...
2010-12-14 ianDon't incorrectly parse expression as type switch.
2010-12-09 ianAvoid some crashes on erroneous programs.
2010-12-04 ian PR bootstrap/46776
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.