Commit ba7267c2 by Ira Rosen Committed by Ira Rosen

pr36119.f: Rename to ...

        * gfortran.dg/vect/pr36119.f: Rename to ...
        * gfortran.dg/vect/O3-pr36119.f90: ... this. Compile for all targets
        with -O3.

From-SVN: r135209
parent 2028b66d
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> 2008-05-11 Adam Nemet <anemet@caviumnetworks.com>
* gcc.target/mips/mips.exp: Move passing -DMIPS16=... from here ... * gcc.target/mips/mips.exp: Move passing -DMIPS16=... from here ...
! { dg-do compile { target { i?86-*-* x86_64-*-* } } } ! { dg-do compile }
! { dg-options "-O3 -mfpmath=sse -msse2 -ffree-form" }
SUBROUTINE check_dnucint_ana (dcore) SUBROUTINE check_dnucint_ana (dcore)
IMPLICIT NONE IMPLICIT NONE
......
...@@ -137,6 +137,12 @@ lappend DEFAULT_VECTCFLAGS "--param" "vect-max-version-for-alias-checks=0" ...@@ -137,6 +137,12 @@ lappend DEFAULT_VECTCFLAGS "--param" "vect-max-version-for-alias-checks=0"
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/no-vfa-*.\[fF\]{,90,95,03,08} ]] \ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/no-vfa-*.\[fF\]{,90,95,03,08} ]] \
"" $DEFAULT_VECTCFLAGS "" $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. # Clean up.
set dg-do-what-default ${save-dg-do-what-default} set dg-do-what-default ${save-dg-do-what-default}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment