]> Cypherpunks repositories - gostls13.git/commit
test: Recognize gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Wed, 1 Sep 2010 00:38:11 +0000 (17:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 1 Sep 2010 00:38:11 +0000 (17:38 -0700)
commit9bd6b0afa4b08e23796c98a305b3c391a2327caf
tree881647d45cff9cea888450d3fd85de73a605459c
parent7a05b0f235fe27262e6ae8b3dc737a8d1e689808
test: Recognize gccgo error messages.

bug255.go:11: error: array bound truncated to integer
bug255.go:12: error: array bound is not numeric
bug255.go:13: error: array bound is not numeric
bug255.go:14: error: array bound is not constant
bug255.go:15: error: array bound overflows

R=rsc
CC=golang-dev
https://golang.org/cl/2091042
test/fixedbugs/bug255.go