]> Cypherpunks repositories - gostls13.git/commit
Recognize gcco error messages.
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Apr 2009 14:16:03 +0000 (07:16 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 28 Apr 2009 14:16:03 +0000 (07:16 -0700)
commit905338a84505e62a809753e2cb8e66b1c9d72b9d
tree5c9a34ccc5bf5bfff5c53546484a95847d1d56ea
parenta08fb0ff33c328a26350b58e6cf0cffd806bcc12
Recognize gcco error messages.

declbad.go:15:3: error: variables redeclared but no variable is new
declbad.go:20:3: error: redefinition of 'f'
declbad.go:19:3: note: previous definition of 'f' was here
declbad.go:25:3: error: redefinition of 'i'
declbad.go:24:3: note: previous definition of 'i' was here
declbad.go:30:3: error: variables redeclared but no variable is new
declbad.go:35:3: error: redefinition of 'i'
declbad.go:34:3: note: previous definition of 'i' was here
declbad.go:40:3: error: variables redeclared but no variable is new
declbad.go:45:3: error: variables redeclared but no variable is new

R=r
DELTA=10  (0 added, 0 deleted, 10 changed)
OCL=27934
CL=27957
test/declbad.go