]> Cypherpunks repositories - gostls13.git/commit
Match gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Wed, 22 Oct 2008 23:09:24 +0000 (16:09 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Oct 2008 23:09:24 +0000 (16:09 -0700)
commit7dbee69b58d8f3e954a6482d09fa80147119e8ea
tree18e7c5f8a051cca5cf0842699eb39d505abad510
parent21617250f4b94af3ec0d79e7192573a7de80d31c
Match gccgo error messages.

convlit.go:17: error: incompatible type in initialization
convlit.go:18: error: incompatible types in binary expression
convlit.go:19: error: incompatible types in binary expression
convlit.go:20: error: incompatible types in binary expression
convlit.go:21: error: incompatible types in binary expression
convlit.go:23: error: cannot convert non-integer constant
convlit.go:24: error: integer type overflow
convlit.go:25: error: floating point overflow

R=rsc
DELTA=5  (0 added, 0 deleted, 5 changed)
OCL=17649
CL=17661
test/convlit.go