------- 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  <[EMAIL PROTECTED]>

        * 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

Reply via email to