diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bee9b72ffc9..6460dc1cb6e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2000-11-18 Richard Henderson + + * 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 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main. diff --git a/gcc/testsuite/lib/c-torture.exp b/gcc/testsuite/lib/c-torture.exp index 1d9498f5db6..a5f0ccdbb35 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 2fe99c0c453..b8721a50295 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 0fe06abec02..d18449d675b 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 } ] }