[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-16 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #13 from Segher Boessenkool --- Author: segher Date: Wed Sep 16 15:02:32 2015 New Revision: 227827 URL: https://gcc.gnu.org/viewcvs?rev=227827=gcc=rev Log: shrink-wrap: Fix up partitions (PR67587) With the new shrink-wrap

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #11 from Segher Boessenkool --- I can reproduce the ICE, with the testcase from #c10, with a compiler built from trunk at 2015-09-10, so before the accused patch.

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #12 from Segher Boessenkool --- Ugh, never mind that, somehow I had the patch on there. Either way, confirmed again, and I'm on it.

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #8 from Segher Boessenkool --- Could you then reduce the testcase, or something? Yes I know that is inconvenient to do with LTO. It is also very inconvenient for me to set up an environment on x86-64, wait a few hours, and then see

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 H.J. Lu changed: What|Removed |Added CC||segher at kernel dot crashing.org ---

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #5 from Markus Trippelsdorf --- % ../gcc/configure --disable-libstdcxx-pch --disable-libvtv --disable-libitm --disable-libcilkrts --disable-libssp --disable-libgomp --disable-werror --disable-multilib --enable-languages=c,c++

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #6 from Segher Boessenkool --- Do you have a .i file instead? And .gcda I guess.

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #7 from H.J. Lu --- (In reply to Segher Boessenkool from comment #6) > Do you have a .i file instead? And .gcda I guess. It failed during the final LTO link. How does .i file help?

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 Segher Boessenkool changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #9 from H.J. Lu --- (In reply to Segher Boessenkool from comment #8) > Could you then reduce the testcase, or something? Yes I know that is > inconvenient to do with LTO. It is also very inconvenient for me to > set up an

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 --- Comment #10 from Markus Trippelsdorf --- Created attachment 36336 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36336=edit testcase for x86_64 % g++ -c -march=westmere -O2 -pipe -fprofile-use -DIN_GCC -fno-exceptions -fno-rtti

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Target Milestone|---

[Bug bootstrap/67587] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2015-09-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67587 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org ---