[Bug rtl-optimization/31944] [4.1/4.2 Regression] Endless loop while building a 64-bit 2.6.20 kernel

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 1 02:11:00 GMT 2008



------- Comment #14 from danglin at gcc dot gnu dot org  2008-01-01 02:09 -------
This appears to have been fixed by the following change on the trunk:

2007-09-04  Jan Hubicka  <jh@suse.cz>

        * invoke.texi (-finline-small-functions): Document.
        * ipa-inline.c (cgraph_default_inline_p): Do not use DECL_INLINE
        when deciding what is inlinable.
        (cgraph_decide_recursive_inlining): Handle flag_inline_functions.
        (cgraph_decide_inlining_of_small_function): Handle new flags.
        (cgraph_decide_inlining_incrementally): Likewise.
        * opts.c (decode_options): Enable flag_inline_small_functions at -O2
        * common.opt (finline-small-functions): New.
        * Makefile.in (build/gengtype.o-warn): Work around PR29478


-- 


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



More information about the Gcc-bugs mailing list