Use backend interface for go and defer statements.
[gcc.git] / gcc / go / gofrontend / statements.h
2011-04-13 Ian Lance TaylorUse backend interface for go and defer statements.
2011-04-06 Ian Lance TaylorUse backend interface for constant switch statements.
2011-04-04 Ian Lance TaylorUse backend interface for return statements.
2011-03-25 Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-24 Ian Lance TaylorTuple receives indicate whether channel is closed.
2011-03-24 Ian Lance TaylorChange c <- v from an expression to a statement.
2010-12-22 Ian Lance TaylorDon't crash if a temporary is not defined due to errors.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.