------- Comment #9 from rguenth at gcc dot gnu dot org 2007-07-16 12:27 ------- I bet that if you back up until before
Author: rguenth Date: Sat Jun 23 18:17:57 2007 New Revision: 125974 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125974 Log: 2007-06-23 Richard Guenther <[EMAIL PROTECTED]> PR tree-optimization/16876 PR middle-end/29478 * tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag for CALL_EXPRs. the testcase will fail as well. The effect of the patch you pointed at is just to make inlining possible again. I'll defer this for someone else to check what goes wrong with this testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749