]> Cypherpunks repositories - gostls13.git/commit
Recognize gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Aug 2009 16:42:28 +0000 (09:42 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Aug 2009 16:42:28 +0000 (09:42 -0700)
commit91173b893007fa90489fb5a8c1f80342297325a6
tree70bf79238abcb332486dceb9505c99b574853bc9
parent7b366e9c43e3d9f934f9d1ae269721a431c016ea
Recognize gccgo error messages.

bug039.go:6:7: error: redefinition of 'x'
bug039.go:5:1: note: previous definition of 'x' was here

bug049.go:6:9: error: incompatible types in binary expression

bug062.go:6:7: error: incompatible type in initialization

bug086.go:5:1: error: control reaches end of non-void function

bug103.go:8:2: error: variable has no type

bug121.go:9:2: error: expected signature or type name

bug131.go:7:7: error: incompatible type in initialization

bug165.go:10:8: error: expected complete type

bug171.go:5:1: error: control reaches end of non-void function
bug171.go:6:1: error: control reaches end of non-void function

bug172.go:7:6: error: expected integer type

bug182.go:7:2: error: if statement expects boolean expression

bug183.go:10:5: error: incompatible types in assignment
bug183.go:19:5: error: incompatible types in assignment

R=rsc
DELTA=15  (0 added, 0 deleted, 15 changed)
OCL=33168
CL=33175
12 files changed:
test/fixedbugs/bug039.go
test/fixedbugs/bug049.go
test/fixedbugs/bug062.go
test/fixedbugs/bug086.go
test/fixedbugs/bug103.go
test/fixedbugs/bug121.go
test/fixedbugs/bug131.go
test/fixedbugs/bug165.go
test/fixedbugs/bug171.go
test/fixedbugs/bug172.go
test/fixedbugs/bug182.go
test/fixedbugs/bug183.go