On Fri, Oct 5, 2012 at 7:19 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Fri, Oct 05, 2012 at 03:59:55PM +0200, Richard Guenther wrote: >> I don't think we want to rely on that ... so just keep the push/pop_cfun. > > Ok, so this is what I'm retesting (basically just comments added and the two > lines (subcode and set) swapped: > > 2012-10-05 Jakub Jelinek <ja...@redhat.com> > > PR debug/54519 > * ipa-split.c (split_function): Add debug args and > debug source and normal stmts for args_to_skip which are > gimple regs. > * tree-inline.c (copy_debug_stmt): When inlining, adjust > source debug bind stmts to debug binds of corresponding > DEBUG_EXPR_DECL. >
This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54837 -- H.J.