[Bug tree-optimization/36329] latent problem with tree inlining

ebotcazou at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 26 18:25:00 GMT 2008



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2008-05-26 18:24 -------
Subject: Bug 36329

Author: ebotcazou
Date: Mon May 26 18:23:38 2008
New Revision: 135954

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135954
Log:
        PR tree-optimization/36329
        * tree.h (CALL_CANNOT_INLINE_P): Add access check.
        * tree-gimple.h (CALL_STMT_CANNOT_INLINE_P): New macro.
        * cgraphbuild.c (initialize_inline_failed): Use the latter
        macro in lieu of the former.
        * ipa-inline.c (cgraph_mark_inline): Likewise.
        (cgraph_decide_inlining_of_small_function): Likewise.
        (cgraph_decide_inlining): Likewise.
        (cgraph_decide_inlining_incrementally): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphbuild.c
    trunk/gcc/ipa-inline.c
    trunk/gcc/tree-gimple.h
    trunk/gcc/tree.h


-- 


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



More information about the Gcc-bugs mailing list