compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Feb 2012 06:44:36 +0000 (06:44 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Feb 2012 06:44:36 +0000 (06:44 +0000)
commit6df020c0d10c41d8a7bd61714e445ccfa66b99e6
tree9b0a22e05be74ed146107e44c5ce1eb73cd945e8
parentcc8b9c31fb3d91662c662af83560b4460b6bab7f
compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct.

This will become bug417.go.

From-SVN: r184299
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h