OSDN Git Service

Fix struct with array of struct with field that points to first struct.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Feb 2011 03:23:22 +0000 (03:23 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Feb 2011 03:23:22 +0000 (03:23 +0000)
commitf690b0bb0c9330e665c12d1d5aafdcb79d6c792f
tree3b70cef5fc6d58babeb9aa28c756473914d6bfe2
parent84283c294149f1f0ffcb6a36277b307b6c1bf5dd
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170301 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/parse.cc
gcc/go/gofrontend/types.cc