[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2010-06-03 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-06-03 14:14 --- We bootstrap it again and it now seems to install fine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2010-01-11 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-01-11 12:38 --- Subject: Bug 41569 Author: rguenth Date: Mon Jan 11 12:38:09 2010 New Revision: 155809 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155809 Log: 2010-01-11 Richard Guenther rguent...@suse.de PR

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-03 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-11-03 09:50 --- Same problem persists. The problem are lto-plugin.lo: ... /abuild/rguenther/obj3/./prev-gcc/include/stddef.h \ ... /abuild/rguenther/obj3/./prev-gcc/include/stdint.h /usr/include/stdint.h \ in

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-03 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-11-03 10:57 --- Not bootstrapping lto-plugin works around the problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-03 Thread bonzini at gnu dot org
--- Comment #15 from bonzini at gnu dot org 2009-11-03 12:24 --- I still want to look into it, at least we have a workaround. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-03 Thread bonzini at gnu dot org
-- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org |dot org |

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-02 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-11-02 16:29 --- Ok, so I reproduced it and used make -d install this time. The issue is Reading makefile `Makefile'... Reading makefile `.deps/lto-plugin.Plo' (search path) (no ~ expansion)... Updating makefiles Considering

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-02 Thread bonzini at gnu dot org
--- Comment #10 from bonzini at gnu dot org 2009-11-02 16:32 --- Subject: Re: .../prev-gcc/xgcc used for the install step of the lto-plugin Try making all-gcc depend on all-lto-plugin (or vice versa :-P). Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-02 Thread rguenther at suse dot de
--- Comment #11 from rguenther at suse dot de 2009-11-02 16:44 --- Subject: Re: .../prev-gcc/xgcc used for the install step of the lto-plugin On Mon, 2 Nov 2009, bonzini at gnu dot org wrote: --- Comment #10 from bonzini at gnu dot org 2009-11-02 16:32 --- Subject: Re:

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-11-02 Thread bonzini at gnu dot org
--- Comment #12 from bonzini at gnu dot org 2009-11-02 16:45 --- Subject: Re: .../prev-gcc/xgcc used for the install step of the lto-plugin On 11/02/2009 05:44 PM, rguenther at suse dot de wrote: --- Comment #11 from rguenther at suse dot de 2009-11-02 16:44 --- Subject:

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-31 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-31 11:46 --- To reproduce the issue do ../configure --enable-lto --enable-gold --enable-languages=c --prefix=/tmp/install make make install it fails at the make install step because it re-builds lto-plugin there and fails to

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-30 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-10-30 22:12 --- It's still broken. Paolo, any chance you could have a look? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-26 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-26 12:25 --- I have a patch (it seems not using AM_MAINTAINER_MODE is the problem). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-26 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-10-26 13:52 --- Actually it didn't work. But make install-lto-plugin; make install works (and does not rebuild lto-plugin). But I'm double-checking that as well now ... -- rguenth at gcc dot gnu dot org changed:

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-26 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-10-26 14:41 --- Even that doesn't work. Weird. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-19 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-19 14:19 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO|

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-19 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-19 15:03 --- Maybe Paolo can help here - copying the usual HACK boilerplate from libssp/Makefile.am into lto-plugin/Makefile.am doesn't help (but libgomp also does not need that). I have no idea how this is supposed to work and

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin

2009-10-19 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-10-19 15:18 --- It also builds lto-plugin again at install time. Huh. make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/usr/src/packages/BUILD/gcc-4.5.0-20091018/obj-x86_64-suse-linux/gnattools' make[2]: