Don't crash calling make with NaN or Infinity.
[gcc.git] / gcc / go / gofrontend / types.cc
2011-03-03 Ian Lance TaylorDon't crash calling make with NaN or Infinity.
2011-03-03 Ian Lance TaylorDon't crash getting type descriptor of abstract types.
2011-03-03 Ian Lance TaylorDon't look for methods on named pointer types.
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-24 Ian Lance TaylorSet type of array length expressions.
2011-02-24 Ian Lance TaylorAvoid infinite loop in field_reference.
2011-02-24 Ian Lance TaylorHandle an array of pointers to itself.
2011-02-23 Ian Lance TaylorDon't crash looking for methods of pointer to error...
2011-02-19 Ian Lance TaylorAvoid infinite loop inheriting interface methods.
2011-02-19 Ian Lance TaylorFix struct with array of struct with field that points...
2011-02-15 Ian Lance TaylorDon't crash on interface loop with forwarding types.
2011-02-10 Ian Lance TaylorDon't crash on make of slice of erroneous type.
2011-02-10 Ian Lance TaylorDon't crash checking for unexported self-referential...
2011-01-27 Ian Lance TaylorFix self-referential struct via function and array.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-19 Ian Lance TaylorRemember erroneous type when creating GENERIC for named...
2011-01-19 Ian Lance TaylorFix handling of anonymous field in struct with pointer...
2011-01-19 Ian Lance TaylorFix generating type descriptor for array with float...
2011-01-19 Ian Lance TaylorDon't crash using value of something with no value.
2011-01-19 Ian Lance TaylorFix struct with field of pointer to array of same struct.
2011-01-06 Ian Lance TaylorFix order in which recursive structs are converted...
2011-01-04 Ian Lance TaylorDon't crash when adding function calls that return...
2010-12-24 Ian Lance TaylorDon't crash on invalid use of multiple results.
2010-12-24 Ian Lance TaylorAvoid endless loop checking whether type is pointer.
2010-12-24 Ian Lance TaylorAvoid endless loop inheriting interfaces.
2010-12-23 Ian Lance TaylorAvoid infinite recursion checking whether field is...
2010-12-22 Ian Lance TaylorAvoid infinite recursion looking up method in invalid...
2010-12-22 Ian Lance TaylorDon't crash on array type with erroneous length expression.
2010-12-22 Ian Lance TaylorMore tweaking of recursive name types when converting...
2010-12-21 Ian Lance TaylorDon't permit assigning abstract string/bool to numeric...
2010-12-21 Ian Lance TaylorDon't finalize methods for a type more than once.
2010-12-21 Ian Lance TaylorDon't crash when declaring methods on unknown name.
2010-12-21 Ian Lance TaylorLayout undefined type.
2010-12-16 Ian Lance TaylorRework handling of recursive function types.
2010-12-16 Ian Lance TaylorCheck for errors from Gogo::call_builtin.
2010-12-15 Ian Lance TaylorCheck for pointer to error type when looking for method.
2010-12-15 Ian Lance TaylorFix test for invalid type in anonymous field.
2010-12-15 Ian Lance TaylorPush hash table identity check down to subtypes.
2010-12-15 Ian Lance TaylorUse a different identity function for Types in hash...
2010-12-15 Ian Lance TaylorDon't crash on undefined anonymous field.
2010-12-15 Ian Lance TaylorDon't store error types in the Type-to-GENERIC hash...
2010-12-15 Ian Lance TaylorDon't crash building initializer of invalid array.
2010-12-14 Ian Lance TaylorCheck for duplicate methods.
2010-12-14 Ian Lance TaylorCorrect protection against recursive types.
2010-12-09 Ian Lance TaylorAvoid some crashes on erroneous programs.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.