1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:07:00 -07:00
The Go programming language
Go to file
Ian Lance Taylor 9c9cc2c9d8 Recognize gccgo error messages. This uses GCCGO_ERROR, which
is recognized by the gccgo testsuite but is ignored by the
errchk script used with 6g.

method1.go:7:1: error: redefinition of 'M': parameter types changed
method1.go:6:1: note: previous definition of 'M' was here
method1.go:10:1: error: redefinition of 'f': parameter types changed
method1.go:9:1: note: previous definition of 'f' was here
method1.go:13:1: error: redefinition of 'g': parameter names changed
method1.go:12:1: note: previous definition of 'g' was here

R=rsc
DELTA=5  (0 added, 0 deleted, 5 changed)
OCL=18962
CL=19058
2008-11-11 18:18:34 -08:00
doc - language to define type equality rigorously 2008-11-07 13:34:37 -08:00
include 6l: 2008-10-20 17:33:51 -07:00
lib
pkg
src 6c bug with large constants 2008-11-11 18:15:36 -08:00
test Recognize gccgo error messages. This uses GCCGO_ERROR, which 2008-11-11 18:18:34 -08:00
usr/gri more work on elastic tabs: 2008-11-10 17:56:46 -08:00