You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. ./all.bash
2.
3.
What is the expected output? What do you see instead?
I was expecting:
--- cd ../test
N known bugs; 0 unexpected bugs
but got instead:
--- cd ../misc/cgo/stdio
rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test
_testmain.go hello fib chain run.out
cgo file.go
could not determine kind of name for C.puts
could not determine kind of name for C.CString
could not determine kind of name for C.fflushstdout
could not determine kind of name for C.free
failed to interpret gcc output:
cc1: warnings being treated as errors
cgo-test: Dans la fonction «f» :
cgo-test:0: attention : déclaration sasn effet
cgo-test:1: attention : déclaration sasn effet
cgo-test:2: attention : déclaration sasn effet
cgo-test:3: attention : déclaration sasn effet
make: *** [file.cgo1.go] Erreur 2
What is your $GOOS? $GOARCH?
linux/386
Which revision are you sync'ed to? (hg log -l 1)
changeset: 4037:cd0140653802
tag: tip
user: David Titarenco <[email protected]>
date: Fri Nov 13 18:06:47 2009 -0800
summary: Created new Conn.Flush() public method so the fd pipeline can
be drained arbitrarily by the user.
Please provide any additional information below.
It seems to be related to french localization of gcc
The text was updated successfully, but these errors were encountered:
by bertrand.marlier:
The text was updated successfully, but these errors were encountered: