]> Cypherpunks repositories - gostls13.git/commit
With the changes to support automatic forward declarations of
authorIan Lance Taylor <iant@golang.org>
Wed, 19 Aug 2009 21:40:48 +0000 (14:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 19 Aug 2009 21:40:48 +0000 (14:40 -0700)
commit8aa9161e47d0c2f2b1692837c9f2f9d6b662ee9d
treeca6dd93acd9d9eab276c2e3975e641ed44460c45
parent8e96b45fd6bd7b614ed5d946d7c1ed27e920812b
With the changes to support automatic forward declarations of
type names, gccgo no longer reports redefinition errors for
:=, because it no longer knows at parse time whether the type
has changed.  Adjust this test to not match "redefinition",
and to instead match gccgo's current output.

declbad.go:19:3: error: variables redeclared but no variable is new
declbad.go:34:3: error: variables redeclared but no variable is new
declbad.go:39:3: error: variables redeclared but no variable is new
declbad.go:44:3: error: variables redeclared but no variable is new
declbad.go:49:3: error: variables redeclared but no variable is new
declbad.go:24:3: error: incompatible types in assignment
declbad.go:29:3: error: incompatible types in assignment
declbad.go:39:3: error: incompatible types in assignment

R=rsc
DELTA=10  (0 added, 0 deleted, 10 changed)
OCL=33537
CL=33539
test/declbad.go