aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/lex.cc
AgeCommit message (Expand)AuthorFilesLines
2011-04-23Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor1-4/+4
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-5/+5
2010-12-23Initialize Lex::lineoff_ field.Ian Lance Taylor1-2/+2
2010-12-21Don't warn about []int of string with NUL bytes.Ian Lance Taylor1-10/+11
2010-12-21Correct lexing of exponents.Ian Lance Taylor1-3/+22
2010-12-14Insert semicolon at EOF if necessary.Ian Lance Taylor1-1/+7
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+2287