OSDN Git Service

Rewrite conversion of named types to backend representation.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / gogo.cc
2011-03-03 ianRewrite conversion of named types to backend representa...
2011-02-24 ianDon't crash on bad receiver when building recover thunks.
2011-02-24 ianDon't crash if a result variable redefines a parameter.
2011-02-23 ianTraverse erroneous function redefinitions.
2011-02-15 ianDon't crash lowering self-referential variable initializer.
2011-02-10 ianDetermine types in global variable preinit blocks.
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...
2011-01-04 ianCheck for identical package name and prefix in imported...
2011-01-04 ianTraverse expressions when looking for types.
2011-01-04 ianDon't crash if package import fails.
2011-01-04 ianFix building recover thunks which return multiple values.
2010-12-23 ianA variable with a preinit block requires an intializati...
2010-12-22 ianDon't crash on index into erroneous map.
2010-12-22 ianDon't crash on variable initialization from erroneous...
2010-12-22 ianFix handling of named results for functions which call...
2010-12-22 ianDon't crash if a constant initializer refers to the...
2010-12-22 ianFix uninitialized variable when looking up '_'.
2010-12-22 ianFix handling of functions with named results that call...
2010-12-21 ianDon't crash when returning something from a function...
2010-12-21 ianCorrect handling of methods which call recover.
2010-12-21 ianDon't crash when declaring methods on unknown name.
2010-12-21 ianDon't crash when some object is redefined as a type.
2010-12-21 ianTraverse function types.
2010-12-18 ianDon't crash on recursive variables and typed consts.
2010-12-16 ianDon't crash on recursive consts.
2010-12-15 ianDon't crash on tuple initialization from erroneous...
2010-12-15 ianPermit _ as a result variable name.
2010-12-15 ianDon't get confused by error types in traversal.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.