From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10619 invoked by alias); 24 May 2011 08:04:47 -0000 Received: (qmail 10610 invoked by uid 22791); 24 May 2011 08:04:46 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 May 2011 08:04:30 +0000 Received: from localhost (campfire.kam.mff.cuni.cz [195.113.17.153]) by nikam.ms.mff.cuni.cz (Postfix) with ESMTP id 5A6E59AC383; Tue, 24 May 2011 10:04:28 +0200 (CEST) Received: by localhost (Postfix, from userid 29025) id 4E355E3400; Tue, 24 May 2011 10:04:28 +0200 (CEST) Date: Tue, 24 May 2011 11:00:00 -0000 From: Zdenek Dvorak To: Tom de Vries Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, PR49121] [4.7 Regression] FAIL: gcc.dg/tree-ssa/ivopt_infer_2.c scan-tree-dump-times ivopts "Replacing" 0 Message-ID: <20110524080428.GA21192@kam.mff.cuni.cz> References: <4DDACBAF.7090700@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DDACBAF.7090700@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01702.txt.bz2 Hi, > The analysis is correct, and the test case needs to be adapted. > > I adapted the testcase such that it still replaces the exit test if 'a' is > declared as 'char a[400]', but not if it is declared as 'extern char a[]'. > > ok for trunk? OK, Zdenek