[Bug lto/66029] Build error compiling gcc5.1 using LTO

2019-10-31 Thread postmas...@trippelsdorf-de.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #13 from postmas...@trippelsdorf-de.bounceio.net --- Your email was bounced... - ... because something went wrong between you and your recipient. Ugh! What to do next?

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2019-10-31 Thread postmas...@trippelsdorf-de.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #14 from postmas...@trippelsdorf-de.bounceio.net --- Created attachment 47151 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47151=edit attachment-104715-1.eml

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2019-10-31 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 JD changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-07 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #11 from JD t at sharklasers dot com --- Yes, it's non-empty: $ ar --help | grep plugin Usage: ar [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin name] [member-name] [count] archive-file file... --plugin p - load the

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-07 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #9 from JD t at sharklasers dot com --- I reconfigured and recompiled binutils 2.25 with the --enable-plugins and --enable-lto flags. But I'm afraid I must be missing something: Linking with the newly compiled ld 2.25 works fine

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #10 from Markus Trippelsdorf trippels at gcc dot gnu.org --- Is the output of the following commands non-empty? % ar --help | grep plugin % echo int main () {} | gcc -x c++ -O2 - -flto -v 21 | grep collect2 -plugin

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-06 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #4 from JD t at sharklasers dot com --- I tried as you advised; this is the configuration I'm trying to build: $ ../gcc-5.1.0/configure --prefix=gcc5.1 --enable-languages=c,c++ --enable-gold=yes --enable-ld=yes --enable-lto

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-06 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #6 from JD t at sharklasers dot com --- Concerning the latest release of binutils, I have to admit I've never used a local installation, so I might be doing something wrong here. I downloaded and compiled version 2.25 and with that I

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #8 from H.J. Lu hjl.tools at gmail dot com --- There is also PR 62077.

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-06 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #5 from JD t at sharklasers dot com --- Created attachment 35477 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35477action=edit errors using binutils 2.25

[Bug lto/66029] Build error compiling gcc5.1 using LTO

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

[Bug lto/66029] Build error compiling gcc5.1 using LTO

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

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org --- Also what version of binutils is on the system? Can you try using latest release from FSF rather than SUSE one?

[Bug lto/66029] Build error compiling gcc5.1 using LTO

2015-05-05 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66029 --- Comment #1 from JD t at sharklasers dot com --- I compiled with used: -O3 -flto -fuse-linker-plugin -fno-fat-lto-objects and tried to link with: -flto=4 -O3 -fuse-linker-plugin