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 middle-end/35149] [4.3 Regression] ICE: in expand_call_inline, at tree-inline.c:2653



------- Comment #8 from Ralf dot Wildenhues at gmx dot de  2008-02-14 06:46 -------
Subject: Re:  [4.3 Regression] ICE: in
        expand_call_inline, at tree-inline.c:2653

* hubicka at gcc dot gnu dot org wrote on Wed, Feb 13, 2008 at 06:29:51PM CET:
> ------- Comment #7 from hubicka at gcc dot gnu dot org  2008-02-13 17:29 -------
> This one liner actually took me a while.  It is quite ugly ordering issue.
> Index: ipa.c
> ===================================================================
> --- ipa.c       (revision 132243)
> +++ ipa.c       (working copy)
> @@ -192,6 +192,7 @@ cgraph_remove_unreachable_nodes (bool be
>                     }
>                   cgraph_node_remove_callees (node);
>                   node->analyzed = false;
> +                 node->local.inlinable = false;
>                 }
>               else
>                 cgraph_remove_node (node);

This patch fixes the failure for me.  Thanks for working on it!


-- 


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


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