[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2012-10-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2012-08-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2011-12-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2011-10-06 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Andi Kleen andi-gcc at firstfloor dot org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2011-02-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||aldot at gcc

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2011-02-01 Thread aldot at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 --- Comment #11 from Bernhard Reutner-Fischer aldot at gcc dot gnu.org 2011-02-01 19:44:13 UTC --- (In reply to comment #10) *** Bug 47578 has been marked as a duplicate of this bug. *** bug 47578 above stumbled across TS_OPTIMIZE. Quote from

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 --- Comment #9 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-30 12:17:31 UTC --- Confirmed. Also doesn't work with -flto-partition=none: ./xgcc -B. -o t t.c -flto -m32 -march=i386 -flto-partition=none In file included from t.c:16:0,

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 --- Comment #7 from Eric Botcazou ebotcazou at gcc dot gnu.org 2010-11-29 18:18:33 UTC --- Created attachment 22565 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22565 Reduced testcase for x86

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-29 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Andi Kleen andi-gcc at firstfloor dot org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-09-01 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-09-01 09:42 --- The problem is of course that the target and optimization attribute data format is auto-generated. A solution would be to simply byte-copy TREE_TARGET_OPTION with pre-pending its size and check the size on LTO

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-09-01 Thread andi-gcc at firstfloor dot org
--- Comment #2 from andi-gcc at firstfloor dot org 2010-09-01 10:15 --- Yes, I have most of a patch already, but will add the check value. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-09-01 Thread andi-gcc at firstfloor dot org
--- Comment #3 from andi-gcc at firstfloor dot org 2010-09-01 10:36 --- *** Bug 45477 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-09-01 Thread andi-gcc at firstfloor dot org
--- Comment #5 from andi-gcc at firstfloor dot org 2010-09-01 17:05 --- Patch fixing it went in -- andi-gcc at firstfloor dot org changed: What|Removed |Added

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-09-01 Thread ak at gcc dot gnu dot org
--- Comment #4 from ak at gcc dot gnu dot org 2010-09-01 17:04 --- Subject: Bug 45475 Author: ak Date: Wed Sep 1 17:03:56 2010 New Revision: 163740 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=163740 Log: 2010-09-01 Andi Kleen a...@linux.intel.com PR lto/45475