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 tree-optimization/26667] Inlining always_inline functions causes further inlining that reduces function size to fail



------- Comment #4 from rguenth at gcc dot gnu dot org  2006-03-14 09:57 -------
Subject: Bug 26667

Author: rguenth
Date: Tue Mar 14 09:57:43 2006
New Revision: 112049

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112049
Log:
2006-03-14  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/26667
        * ipa-inline.c (cgraph_check_inline_limits): Walk the correct
        node for the callees.  Always allow inlining if it will shrink
        the function size.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline.c


-- 


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


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