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 middle-end/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90



------- 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  <rguenther@suse.de>

        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


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