From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 16:48:00 -0000 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg01449.txt.bz2 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: --- /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 Cheers, Dominique