From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31423 invoked by alias); 16 Jul 2007 12:28:04 -0000 Received: (qmail 31387 invoked by uid 48); 16 Jul 2007 12:27:55 -0000 Date: Mon, 16 Jul 2007 12:28:00 -0000 Message-ID: <20070716122755.31386.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01703.txt.bz2 ------- 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 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