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 rtl-optimization/48826] ICE in dwarf2out_var_location, at dwarf2out.c:22013


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

--- Comment #9 from Ryan Mansfield <rmansfield at qnx dot com> 2011-05-26 14:20:54 UTC ---
Richard, thanks for your patch. It fixed most of the failures I saw but there
are still cases where the note doesn't get moved after call split. The
following example ICEs with rev174285.

void  foo ()
{
  int *const pc = __builtin_return_address (0);
  bar (pc);
}


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