http://codereview.appspot.com/2112046/diff/1/src/cmd/cgo/gcc.go File src/cmd/cgo/gcc.go (right): http://codereview.appspot.com/2112046/diff/1/src/cmd/cgo/gcc.go#newcode207 src/cmd/cgo/gcc.go:207: if len(line) > 8 && line[0:8] == "<stdin>:" { I'd be inclined to stop here and show everything: fatal("gcc produced unexpected output:\n%son input:\n%s", line, b.Bytes())
*** Abandoned ***
On 2010/09/11 00:32:46, ec wrote: > *** Abandoned *** Ignore this. Deleted the wrong CL
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
*** Submitted as aba7a17eb41f *** cgo: show preamble gcc errors Fixes issue 1081 R=rsc CC=golang-dev http://codereview.appspot.com/2112046 Committer: Russ Cox <rsc@golang.org>