This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41821] ICE in LTO when linking
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2009 11:04:35 -0000
- Subject: [Bug lto/41821] ICE in LTO when linking
- References: <bug-41821-6183@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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.c:3488 now, if not go up/down frames until you are
(gdb) call debug_tree (t1)
and paste the output of that here? If t1 is optimized out at that point
try going up one more frame and try again there with the proper call
argument.
Thanks.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41821