[Bug go/53679] Build failure in libgo

2018-02-04 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/53679] Build failure in libgo

2013-01-25 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 --- Comment #6 from Mike Frysinger 2013-01-26 03:20:51 UTC --- Ian has pushed the patch to trunk: http://gcc.gnu.org/viewcvs?view=revision&revision=195482

[Bug go/53679] Build failure in libgo

2012-12-23 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 --- Comment #5 from Mike Frysinger 2012-12-23 23:32:35 UTC --- posted a patch here to add --disable-werror: http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01379.html we need this for ChromiumOS ...

[Bug go/53679] Build failure in libgo

2012-06-27 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 Mike Frysinger changed: What|Removed |Added CC||toolchain at gentoo dot org --- Comment

[Bug go/53679] Build failure in libgo

2012-06-15 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 --- Comment #3 from Allan McRae 2012-06-15 22:36:54 UTC --- Just to be clear, I have not modified the compiler to enable fortify by default, but it is in my CFLAGS... As this is the only place that glibc's decision to enforce a check on the retu

[Bug go/53679] Build failure in libgo

2012-06-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 --- Comment #2 from Andrew Pinski 2012-06-15 16:41:53 UTC --- Actually this is due to your modifications to gcc to enable fority by default and glibc's bad idea that write needs to be check for error after each write.

[Bug go/53679] Build failure in libgo

2012-06-15 Thread safety0ff.bugz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 safety0ff.bugz at gmail dot com changed: What|Removed |Added Attachment #27626|Allows me to compile it, I |Allows me to compile it,

[Bug go/53679] Build failure in libgo

2012-06-15 Thread safety0ff.bugz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 --- Comment #1 from safety0ff.bugz at gmail dot com 2012-06-15 15:52:18 UTC --- Created attachment 27626 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27626 Allows me to compile it, I do know if there's any value if checking for errors writin