[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-21 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Nov 21 16:49:17 2014 New Revision: 217937 URL: https://gcc.gnu.org/viewcvs?rev=217937&root=gcc&view=rev Log: Always use PIC option with -shared in libtool Libtool needs to pas

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #6 from H.J. Lu --- Created attachment 33931 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33931&action=edit A testcase [hjl@gnu-6 pr63784]$ make ./libtool --tag=CXX --mode=compile /export/build/gnu/gcc/release/usr/gcc-5.0.0

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #5 from H.J. Lu --- A patch is posted at https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00737.html

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 H.J. Lu changed: What|Removed |Added CC||markus at trippelsdorf dot net --- Comment #4

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #3 from H.J. Lu --- This part: @@ -4451,7 +4452,7 @@ _LT_EOF if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then -tmp_addflag= +tmp_addflag=' $pic_flag'

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

2014-11-08 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63784 --- Comment #2 from H.J. Lu --- We have a few choices: 1. Build libcc1 with LTO when GCC is configured with "--with-build-config=bootstrap-lto". Or 2. Teach libtool to always add -fPIC when linking shared object to support static archive compil

[Bug bootstrap/63784] [5 Regression] profiledbootstrap failure with bootstrap-lto

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