From: Richard Henderson Date: Sun, 19 Nov 2000 09:35:54 +0000 (-0800) Subject: c-torture.exp (TORTURE_OPTIONS): Remove -fssa. X-Git-Tag: prereleases/libstdc++-2.92~2905 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd4458df4ea95ebf3ca424346b6a61fa60bc2f4d;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bee9b72ffc9f..6460dc1cb6e9 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 1d9498f5db65..a5f0ccdbb35b 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 2fe99c0c453a..b8721a502954 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 0fe06abec027..d18449d675b5 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 } ] }