aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/parse.cc
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Don't crash on erroneous type switch.Ian Lance Taylor1-4/+7
2011-02-19Fix struct with array of struct with field that points to first struct.Ian Lance Taylor1-0/+2
2011-02-10Don't crash on redefined variable.Ian Lance Taylor1-1/+7
2011-01-19Generate an init function if any global variable needs a preinit.Ian Lance Taylor1-9/+9
2011-01-04Don't look outside of function literal for break or continue label.Ian Lance Taylor1-12/+30
2011-01-04Don't crash if tuple init redefines non-variable.Ian Lance Taylor1-6/+24
2011-01-04Check for multiple default cases in switch or select.Ian Lance Taylor1-6/+36
2010-12-22Correctly handle tuple assignment to _ at global scope.Ian Lance Taylor1-14/+45
2010-12-15Tweak handling of invalid function signature for function literal.Ian Lance Taylor1-4/+1
2010-12-15Add statements to type switch even if there are no valid types.Ian Lance Taylor1-0/+2
2010-12-14Don't crash on invalid parameters/results.Ian Lance Taylor1-23/+78
2010-12-14Don't incorrectly parse expression as type switch.Ian Lance Taylor1-6/+11
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+4730