r170301 - in /trunk/gcc/go/gofrontend: expressi...

ian@gcc.gnu.org ian@gcc.gnu.org
Sat Feb 19 03:23:00 GMT 2011


Author: ian
Date: Sat Feb 19 03:23:22 2011
New Revision: 170301

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170301
Log:
Fix struct with array of struct with field that points to first struct.
Don't crash converting an untyped complex constant to an integer type.
Don't crash on unsafe.Sizeof of erroneous type.
Don't crash on method expression of erroneous type.
Don't crash when sink and global var are initialized from type guard.
Don't crash initializing erroneous slice.
Don't crash on erroneous method of type seen before definition.

Modified:
    trunk/gcc/go/gofrontend/expressions.cc
    trunk/gcc/go/gofrontend/parse.cc
    trunk/gcc/go/gofrontend/types.cc



More information about the Gcc-cvs mailing list