From patchwork Wed Jan 30 16:35:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Dominique_d=27Humi=C3=A8res?= X-Patchwork-Id: 216996 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 8A8492C007C for ; Thu, 31 Jan 2013 09:06:51 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1360188412; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:To:Cc:Subject:User-Agent:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id:From: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=RFKZMLfoUzSxHOEy8Iw4 eqkpdfo=; b=D0y3E5M2RZk4Hi+Dqv4aAdWz54aoXOHvu4mfjlYtv5XNAocwaS91 EY0/z+ROY16quNrt2I7jYQbZDIR/t0PLtg3a5RSN+/+SaG17DtGQJ++EueoNrb5N tc9i9Ov6lv0cHcfLCtdSPfHiKux6GjMQX1MnsiRyGY3bg2a8/9WvGO8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Envelope-To:Received:Received:Received:Date:To:Cc:Subject:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:From:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=k15khj7BpsWkQMwJBavGx51cUszqn/LLJO10llYfVkE5Vcxq3divmweZcsHzY8 uMG7MYWFJrDTC92uTyT21EaD67X702AmajiZDX2flx0sQL/ODhqzbSAWbgwanXhT R8gPPl4KVQwtBUukfgTJ/ItjeZ5tzqM3E056sKpvqCdgA=; Received: (qmail 25130 invoked by alias); 30 Jan 2013 16:35:26 -0000 Received: (qmail 25080 invoked by uid 22791); 30 Jan 2013 16:35:25 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Jan 2013 16:35:18 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id r0UGZGlZ089563 ; Wed, 30 Jan 2013 17:35:16 +0100 (CET) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 213823BC70; Wed, 30 Jan 2013 17:35:16 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UYF-zfZkbiuS; Wed, 30 Jan 2013 17:35:16 +0100 (CET) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 111413BE1B; Wed, 30 Jan 2013 17:35:16 +0100 (CET) Date: Wed, 30 Jan 2013 17:35:16 +0100 To: gcc-patches@gcc.gnu.org Cc: jakub@redhat.com, jh@suse.cz, rguenther@suse.de Subject: Re: [PATCH][RFC] Add -fno-aggressive-loop-optimizations User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Message-Id: <20130130163516.111413BE1B@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I just finished a clean bootstrap of r195576 with your patch. I have used it to clean the XPASS of gfortran.dg/do_1.f90 for -O0 and -O1 with the following patch: Cheers, Dominique --- /opt/gcc/_clean/gcc/testsuite/gfortran.dg/do_1.f90 2012-10-18 20:35:25.000000000 +0200 +++ /opt/gcc/work/gcc/testsuite/gfortran.dg/do_1.f90 2013-01-30 17:00:30.000000000 +0100 @@ -1,4 +1,5 @@ -! { dg-do run { xfail *-*-* } } +! { dg-do run } +! { dg-additional-options "-fno-aggressive-loop-optimizations" } ! XFAIL is tracked in PR 54932 ! Program to check corner cases for DO statements. program do_1