diff options
| author | Ian Lance Taylor <iant@golang.org> | 2008-11-11 18:18:34 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2008-11-11 18:18:34 -0800 |
| commit | 9c9cc2c9d8bd2303e1f0c3619c1451ac469fc086 (patch) | |
| tree | e256b08766e3c23d9e40cb8ec225093592f523fe /src/runtime/runtime.c | |
| parent | a957ceec354899e37ba75ba1cd9e5f03bb9cfcaf (diff) | |
| download | go-9c9cc2c9d8bd2303e1f0c3619c1451ac469fc086.tar.xz | |
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
Diffstat (limited to 'src/runtime/runtime.c')
0 files changed, 0 insertions, 0 deletions
