* gfortran.dg/vect/pr36119.f: Rename to ...
* gfortran.dg/vect/O3-pr36119.f90: ... this. Compile for all targets
with -O3.
From-SVN: r135209
+2008-05-05 Ira Rosen <irar@il.ibm.com>
+
+ * gfortran.dg/vect/pr36119.f: Rename to ...
+ * gfortran.dg/vect/O3-pr36119.f90: ... this. Compile for all targets
+ with -O3.
+
2008-05-11 Adam Nemet <anemet@caviumnetworks.com>
* gcc.target/mips/mips.exp: Move passing -DMIPS16=... from here ...
-! { dg-do compile { target { i?86-*-* x86_64-*-* } } }
-! { dg-options "-O3 -mfpmath=sse -msse2 -ffree-form" }
+! { dg-do compile }
SUBROUTINE check_dnucint_ana (dcore)
IMPLICIT NONE
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/no-vfa-*.\[fF\]{,90,95,03,08} ]] \
"" $DEFAULT_VECTCFLAGS
+# With -O3
+set DEFAULT_VECTCFLAGS $SAVED_DEFAULT_VECTCFLAGS
+lappend DEFAULT_VECTCFLAGS "-O3"
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/O3-*.\[fF\]{,90,95,03,08} ]] \
+ "" $DEFAULT_VECTCFLAGS
+
# Clean up.
set dg-do-what-default ${save-dg-do-what-default}