diff mbox

[RFC] Add -fno-aggressive-loop-optimizations

Message ID 20130130163516.111413BE1B@mailhost.lps.ens.fr
State New
Headers show

Commit Message

Dominique d'Humières Jan. 30, 2013, 4:35 p.m. UTC
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
diff mbox

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