OSDN Git Service

Use backend interface for blocks.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / gogo.h
2011-04-19 ianUse backend interface for blocks.
2011-04-19 ianUse backend interface for variables.
2011-04-15 ianUse backend interface for send statement.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-05 ianUse backend interface for labels and goto statements.
2011-04-04 ianUse backend interface for return statements.
2011-04-03 ianStart using backend interface separate from gofrontend.
2011-03-25 ianGive an error if a label is defined but not used.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-03 ianMake sure variable type is determined when var initiali...
2011-03-03 ianRewrite conversion of named types to backend representa...
2011-02-09 ianThe "main" package is not special if -fgo-prefix is...
2011-01-21 ianRemove the types float and complex.
2011-01-19 ianGenerate an init function if any global variable needs...
2010-12-22 ianFix handling of named results for functions which call...
2010-12-21 ianDon't crash when declaring methods on unknown name.
2010-12-18 ianDon't crash on recursive variables and typed consts.
2010-12-15 ianPermit _ as a result variable name.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.