diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2005-12-28 02:28:35 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2005-12-28 02:28:35 +0100 |
commit | 618f4a9487ed10f53a4ca2176b551b5ac3b0c7d1 (patch) | |
tree | 98bab9a0c49d7b06a7984d54b68fe7a72280ace8 | |
parent | c71070ab83526725e7679dc850f86ba8cb5ca45f (diff) | |
download | gcc-618f4a9487ed10f53a4ca2176b551b5ac3b0c7d1.zip gcc-618f4a9487ed10f53a4ca2176b551b5ac3b0c7d1.tar.gz gcc-618f4a9487ed10f53a4ca2176b551b5ac3b0c7d1.tar.bz2 |
gfortran-dg.exp: Remove trailing whitespace.
* lib/gfortran-dg.exp: Remove trailing whitespace. ChangeLog lib/gfortran-dg.exp lib/fortran-torture.exp
* lib/fortran-torture.exp: Test with -fbounds-check instead of
-funroll-all-loops.
From-SVN: r109098
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/lib/fortran-torture.exp | 2 | ||||
-rw-r--r-- | gcc/testsuite/lib/gfortran-dg.exp | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3cd14bf..4f9a000 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-12-28 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> + + * lib/gfortran-dg.exp: Remove trailing whitespace. + * lib/fortran-torture.exp: Test with -fbounds-check instead of + -funroll-all-loops. + 2005-12-28 Alan Modra <amodra@bigpond.net.au> * gcc.dg/torture/fp-int-convert-timode.c: Don't test IBM diff --git a/gcc/testsuite/lib/fortran-torture.exp b/gcc/testsuite/lib/fortran-torture.exp index 2f05ba5..b4e6194 100644 --- a/gcc/testsuite/lib/fortran-torture.exp +++ b/gcc/testsuite/lib/fortran-torture.exp @@ -34,7 +34,7 @@ if ![info exists TORTURE_OPTIONS] { { -O0 } { -O1 } { -O2 } \ { -O2 -fomit-frame-pointer -finline-functions } \ { -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \ - { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \ + { -O2 -fbounds-check } \ { -O2 -fno-repack-arrays } \ { -O3 -g } \ { -Os }] diff --git a/gcc/testsuite/lib/gfortran-dg.exp b/gcc/testsuite/lib/gfortran-dg.exp index 3314b33..6ceb7fc 100644 --- a/gcc/testsuite/lib/gfortran-dg.exp +++ b/gcc/testsuite/lib/gfortran-dg.exp @@ -92,7 +92,7 @@ proc gfortran-dg-runtest { testcases default-extra-flags } { # look if this is dg-do-run test, in which case # we cycle through the option list, otherwise we don't if [expr [search_for $test "dg-do run"]] { - set option_list $TORTURE_OPTIONS + set option_list $TORTURE_OPTIONS } else { set option_list [list { -O } ] } |