OSDN Git Service

Change Bound_method_expression to refer to a constant method.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / statements.h
2011-08-25 ianChange Bound_method_expression to refer to a constant...
2011-08-03 iangccgo: Added code to dump the AST tree. The AST dump is
2011-08-01 ianUse temporary variables for calls with multiple results.
2011-04-23 ianDefine go_unreachable to replace gcc_unreachable.
2011-04-21 ianDefine go_assert to replace gcc_assert
2011-04-19 ianstatement.cc no longer includes gcc headers.
2011-04-19 ianChange general statement method to always use backend...
2011-04-19 ianUse backend interface for temporary variables.
2011-04-15 ianUse the backend interface for select statements.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-06 ianUse backend interface for constant switch statements.
2011-04-04 ianUse backend interface for return statements.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-24 ianChange c <- v from an expression to a statement.
2010-12-22 ianDon't crash if a temporary is not defined due to errors.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.