This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2007 12:27:55 -0000
- Subject: [Bug middle-end/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90
- References: <bug-32749-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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