Commit 102357f0 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Recognize gccgo error message.

runtime.go:19:10: error: reference to undefined identifier ‘runtime.printbool’

R=rsc
http://go/go-review/1018018
parent acc54b6c
......@@ -16,5 +16,5 @@ package main
import "runtime"
func main() {
runtime.printbool(true); // ERROR "cannot refer"
runtime.printbool(true); // ERROR "cannot refer|undefined identifier"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment