[Bug lto/41821] ICE in LTO when linking

2009-10-29 Thread law at gcc dot gnu dot org
--- Comment #10 from law at gcc dot gnu dot org 2009-10-29 16:50 --- Subject: Bug 41821 Author: law Date: Thu Oct 29 16:48:00 2009 New Revision: 153715 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153715 Log: Recorded merge of revisions 153580-153581,153584,153586-153600,15360

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-10-27 11:31 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-27 11:31 --- Subject: Bug 41821 Author: rguenth Date: Tue Oct 27 11:30:59 2009 New Revision: 153589 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153589 Log: 2009-10-27 Richard Guenther PR lto/41821

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-10-27 09:37 --- Doh, thanks. It's obvious to me what is wrong. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug lto/41821] ICE in LTO when linking

2009-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-10-27 01:17 --- > stest0.o and libPatternDriver.a Actually since you are not using the gold linker plugin we only really need the preprocessed source for stest0.o . Since collect2 does not understand archives right now. -- pin

[Bug lto/41821] ICE in LTO when linking

2009-10-26 Thread mckelvey at maskull dot com
--- Comment #5 from mckelvey at maskull dot com 2009-10-27 01:04 --- (In reply to comment #4) > Subject: Re: ICE in LTO when linking > > On Sun, 25 Oct 2009, mckelvey at maskull dot com wrote: > > > > > > > --- Comment #3 from mckelvey at maskull dot com 2009-10-25 16:32 > > -

[Bug lto/41821] ICE in LTO when linking

2009-10-25 Thread rguenther at suse dot de
--- Comment #4 from rguenther at suse dot de 2009-10-25 16:39 --- Subject: Re: ICE in LTO when linking On Sun, 25 Oct 2009, mckelvey at maskull dot com wrote: > > > --- Comment #3 from mckelvey at maskull dot com 2009-10-25 16:32 --- > (In reply to comment #2) > > Can you i

[Bug lto/41821] ICE in LTO when linking

2009-10-25 Thread mckelvey at maskull dot com
--- Comment #3 from mckelvey at maskull dot com 2009-10-25 16:32 --- (In reply to comment #2) > Can you instead launch the link command-line with -v -save-temps appended > and from the output re-run the lto1 command invocation inside gdb and do > > (gdb) b internal_error > (gdb) run > (

[Bug lto/41821] ICE in LTO when linking

2009-10-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-25 11:04 --- Can you instead launch the link command-line with -v -save-temps appended and from the output re-run the lto1 command invocation inside gdb and do (gdb) b internal_error (gdb) run (gdb) up 2 you should be at gimple

[Bug lto/41821] ICE in LTO when linking

2009-10-24 Thread mckelvey at maskull dot com
--- Comment #1 from mckelvey at maskull dot com 2009-10-25 01:27 --- I presume that you will need stest0.o and libPatternDriver.a to recreate, but tarring and bz2ing those together yields about 25M, too much to attach. Please advise. -- mckelvey at maskull dot com changed: