diff options
author | Richard Henderson <rth@redhat.com> | 2000-11-19 01:35:54 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-11-19 01:35:54 -0800 |
commit | dd4458df4ea95ebf3ca424346b6a61fa60bc2f4d (patch) | |
tree | 47205711bab98f7b68136183e897515ed8c06f85 /gcc | |
parent | 2add28a33a5dcb8abcc5f9d764ba9629d8744f77 (diff) | |
download | gcc-dd4458df4ea95ebf3ca424346b6a61fa60bc2f4d.zip gcc-dd4458df4ea95ebf3ca424346b6a61fa60bc2f4d.tar.gz gcc-dd4458df4ea95ebf3ca424346b6a61fa60bc2f4d.tar.bz2 |
c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
* lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
* lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
* lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
From-SVN: r37561
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/lib/c-torture.exp | 1 | ||||
-rw-r--r-- | gcc/testsuite/lib/f-torture.exp | 1 | ||||
-rw-r--r-- | gcc/testsuite/lib/gcc-dg.exp | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bee9b72..6460dc1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2000-11-18 Richard Henderson <rth@redhat.com> + * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa. + * lib/f-torture.exp (TORTURE_OPTIONS): Likewise. + * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise. + +2000-11-18 Richard Henderson <rth@redhat.com> + * gcc.c-torture/execute/20001009-2.c (foo): Rename from main. (main): New. Exit cleanly. diff --git a/gcc/testsuite/lib/c-torture.exp b/gcc/testsuite/lib/c-torture.exp index 1d9498f..a5f0ccd 100644 --- a/gcc/testsuite/lib/c-torture.exp +++ b/gcc/testsuite/lib/c-torture.exp @@ -40,7 +40,6 @@ if ![info exists TORTURE_OPTIONS] { { -O3 -fomit-frame-pointer -funroll-loops } \ { -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \ { -O3 -g } \ - { -O3 -fssa } \ { -Os } ] } diff --git a/gcc/testsuite/lib/f-torture.exp b/gcc/testsuite/lib/f-torture.exp index 2fe99c0..b8721a5 100644 --- a/gcc/testsuite/lib/f-torture.exp +++ b/gcc/testsuite/lib/f-torture.exp @@ -29,7 +29,6 @@ if ![info exists TORTURE_OPTIONS] { { -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \ { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \ { -O3 -g } \ - { -O3 -fssa } \ { -Os }] } diff --git a/gcc/testsuite/lib/gcc-dg.exp b/gcc/testsuite/lib/gcc-dg.exp index 0fe06ab..d18449d 100644 --- a/gcc/testsuite/lib/gcc-dg.exp +++ b/gcc/testsuite/lib/gcc-dg.exp @@ -37,7 +37,6 @@ if ![info exists TORTURE_OPTIONS] { { -O3 -fomit-frame-pointer -funroll-loops } \ { -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \ { -O3 -g } \ - { -O3 -fssa } \ { -Os } ] } |