This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/50602] ICE in tree_nrv, at tree-nrv.c:155 during large LTO build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50602

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-04 14:19:56 UTC ---
(In reply to comment #3)
> Hmm, are you saying gdb fooled me? 

Yes.

> Any other suggestions how to debug it?

Can you provide the output of

(gdb) call debug_function (cfun->decl, TDF_UID)

at the point of the crash?  And eventually look which pass introduces
the 'return XXX;' with XXX that does not match what you get with

(gdb) call print_generic_expr (stderr, result, TDF_UID)

?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]