------- Comment #9 from zhouyi04 at ios dot cn 2007-08-06 08:40 ------- (In reply to comment #8) I try to compile my giving C program using gcc-4.2.1, the problem still exists. As my solution 1 suggests: a caller function is inlinable only if all of its callee functions are inlinable. while this is not the case in original tree-optimize.c (including that in CVS), which says a caller function should be inlined if one of its function is inlinable.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31886