------- 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

Reply via email to