OSDN Git Service

Don't crash on Sizeof of undefined type.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / expressions.cc
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.