https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
--- Comment #6 from Andrew Haley ---
OK, pls ping me whan the tree is stable and I'll fix the Java FE.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
--- Comment #5 from Jakub Jelinek ---
The http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01370.html
fix is still waiting for review, you need that for both
--with-build-config=bootstrap-ubsan
and --with-build-config=bootstrap-asan.
For --with-build-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
--- Comment #7 from Jakub Jelinek ---
Supposedly you could just try to configure with --disable-lto to workaround it.
Not to mention that you really don't need to do bootstrap-ubsan for this, just
add
--- gcc/double-int.c2014-01-03 11:40:46.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
--- Comment #4 from Andrew Haley ---
Still no luck with ubsan, which seems to be broken:
/usr/local/i686-pc-linux-gnu/sys-include-O2 -g -O2 -DIN_GCC-W -Wall
-Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototy
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
--- Comment #3 from Jakub Jelinek ---
Created attachment 32458
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32458&action=edit
gcc49-ubsan.patch
Ah, sounds like a very recent regression, most likely Honza's r208831.
Now, this patch makes ub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
Andrew Haley changed:
What|Removed |Added
CC||aph at redhat dot com
--- Comment #2 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60667
Jakub Jelinek changed:
What|Removed |Added
CC||tromey at gcc dot gnu.org
--- Comment #1