summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/expressions.h
Commit message (Expand)AuthorAgeFilesLines
* Define go_unreachable to replace gcc_unreachable.ian2011-04-231-3/+3
* Define go_assert to replace gcc_assertian2011-04-211-1/+1
* Unify handling of runtime support functions.ian2011-04-131-0/+7
* Change c <- v from an expression to a statement.ian2011-03-241-71/+3
* Handle predeclared names used as fields in struct composite literals.ian2011-03-071-8/+0
* Make sure variable type is determined when var initialized to var.ian2011-03-031-2/+1
* Determine call types even if first call result is not used.ian2011-03-031-4/+9
* Remove old mechanism for passing varargs argument to varargs function.ian2011-02-191-3/+0
* Don't crash asking for type of invalid const.ian2010-12-231-2/+1
* Don't crash when copying a function with no closure variable.ian2010-12-211-1/+3
* Don't crash when copying a call with no arguments.ian2010-12-161-1/+4
* Correct handling of undefined name as key in map composite literal.ian2010-12-141-0/+6
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+1920