[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 vries at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #15 from vries at gcc dot gnu.org --- Author: vries Date: Wed Aug 12 15:13:35 2015 New Revision: 226819 URL: https://gcc.gnu.org/viewcvs?rev=226819&root=gcc&view=rev Log: Remove --with-host-libstdcxx 2015-08-12 Tom de Vries

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #14 from vri

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #13 from Richard Biener --- I think we can no longer reliably support host libstdc++ as includes are not picked up from its location and GCC is C++ now. I suggest to remove that entirely.

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #12 from vries at gcc dot gnu.org --- (In reply to vries from comment #11) > (In reply to vries from comment #10) > > Looking at the description of with-host-libstdcxx: > > ... > > --with-host-libstdcxx=linker-args > > If you are linki

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #11 from vries at gcc dot gnu.org --- (In reply to vries from comment #10) > Looking at the description of with-host-libstdcxx: > ... > --with-host-libstdcxx=linker-args > If you are linking with a static copy of PPL, you can use this

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #10 from vries at gcc dot gnu.org --- Looking at the description of with-host-libstdcxx: ... --with-host-libstdcxx=linker-args If you are linking with a static copy of PPL, you can use this option to specify how the linker should find

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #9 from vries at gcc dot gnu.org --- I've done the same build using gcc-5-branch. There, stage2 genpreds also depends on libstdc++.so.6, but no symbols from it are needed, and no version is required, so the build doesn't break.

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #8 from vries at gcc dot gnu.org --- (In reply to vries from comment #7) > I start to suspect it's related to this configure bit: > ... > --with-host-libstdcxx=-L/usr/local/tools/gcc-4.7.3/lib64 -static-libgcc > -Wl,-Bstatic,-lstdc++,-

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #7 from vries at gcc dot gnu.org --- (In reply to vries from comment #6) > (In reply to H.J. Lu from comment #5) > > (In reply to vries from comment #4) > > > (In reply to H.J. Lu from comment #3) > > > > Only build/genpreds in stage1

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #6 from vries at gcc dot gnu.org --- (In reply to H.J. Lu from comment #5) > (In reply to vries from comment #4) > > (In reply to H.J. Lu from comment #3) > > > Only build/genpreds in stage1 should be linked with libstdc++.so.6. > > >

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #5 from H.J. Lu --- (In reply to vries from comment #4) > (In reply to H.J. Lu from comment #3) > > Only build/genpreds in stage1 should be linked with libstdc++.so.6. > > Why? Top level configure.ac has [stage1_ldflags= # In stag

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 --- Comment #4 from vries at gcc dot gnu.org --- (In reply to H.J. Lu from comment #3) > Only build/genpreds in stage1 should be linked with libstdc++.so.6. Why? > Why are build/genpreds in stage2 and stage2 linked with libstdc++.so.6? AFAICT,

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug other/67092] bootstrap failure in running genpreds, libstdc++ version mismatch

2015-08-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092 vries at gcc dot gnu.org changed: What|Removed |Added Summary|bootstrap failure with |bootstrap failure in