]> Cypherpunks repositories - gostls13.git/commit
Match gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Tue, 18 Aug 2009 00:40:52 +0000 (17:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 18 Aug 2009 00:40:52 +0000 (17:40 -0700)
commitf7e4fc9b1fde08034741505c006f2fcf46e9d725
tree708969236cfb7a58ec52966519a58d001ad2bb8d
parent4d08d91192002fd5d14916efe43fe71c64a6218e
Match gccgo error messages.

bug165.go:13:6: error: invalid recursive type 'S'

This is a different line from the 6g error message, which is
"invalid map key type".  I accomodated both compilers by
merging the line.

bug188.go:13:2: error: unexpected reference to package

I made the error message less specific, which I think is fine
here.

R=rsc
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=33398
CL=33426
test/fixedbugs/bug165.go
test/fixedbugs/bug188.go