]> Cypherpunks repositories - gostls13.git/commit
Recognize gccgo error messages:
authorIan Lance Taylor <iant@golang.org>
Thu, 15 Jan 2009 18:15:23 +0000 (10:15 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 15 Jan 2009 18:15:23 +0000 (10:15 -0800)
commit87af75ff7478de95ba8a9ec70b7470127fd48323
tree525020b32aaea703c9a9af304b9caa19a242baac
parenta0c709bef8516b00c76b1d0350138fdf21f60904
Recognize gccgo error messages:

interface5.go:15:5: error: incompatible types in assignment
interface5.go:16:5: error: incompatible types in assignment

(Yes, these could be better).

R=rsc
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=22821
CL=22826
test/interface5.go