OSDN Git Service

Define go_unreachable to replace gcc_unreachable.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / expressions.h
2011-04-23 ianDefine go_unreachable to replace gcc_unreachable.
2011-04-21 ianDefine go_assert to replace gcc_assert
2011-04-13 ianUnify handling of runtime support functions.
2011-03-24 ianChange c <- v from an expression to a statement.
2011-03-07 ianHandle predeclared names used as fields in struct compo...
2011-03-03 ianMake sure variable type is determined when var initiali...
2011-03-03 ianDetermine call types even if first call result is not...
2011-02-19 ianRemove old mechanism for passing varargs argument to...
2010-12-23 ianDon't crash asking for type of invalid const.
2010-12-21 ianDon't crash when copying a function with no closure...
2010-12-16 ianDon't crash when copying a call with no arguments.
2010-12-14 ianCorrect handling of undefined name as key in map compos...
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.