aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/gogo.cc
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Don't crash if a constant initializer refers to the constant.Ian Lance Taylor1-2/+2
2010-12-22Fix uninitialized variable when looking up '_'.Ian Lance Taylor1-3/+3
2010-12-22Fix handling of functions with named results that call recover.Ian Lance Taylor1-1/+1
2010-12-21Don't crash when returning something from a function named '_'.Ian Lance Taylor1-1/+7
2010-12-21Correct handling of methods which call recover.Ian Lance Taylor1-10/+3
2010-12-21Don't crash when declaring methods on unknown name.Ian Lance Taylor1-0/+12
2010-12-21Don't crash when some object is redefined as a type.Ian Lance Taylor1-2/+2
2010-12-21Traverse function types.Ian Lance Taylor1-0/+8
2010-12-18Don't crash on recursive variables and typed consts.Ian Lance Taylor1-8/+43
2010-12-16Don't crash on recursive consts.Ian Lance Taylor1-1/+2
2010-12-15Don't crash on tuple initialization from erroneous channel.Ian Lance Taylor1-1/+4
2010-12-15Permit _ as a result variable name.Ian Lance Taylor1-6/+13
2010-12-15Don't get confused by error types in traversal.Ian Lance Taylor1-0/+2
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+4274