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
This commit is contained in:
Richard Henderson 2000-11-19 01:35:54 -08:00 committed by Richard Henderson
parent 2add28a33a
commit dd4458df4e
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,9 @@
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.

View file

@ -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 } ]
}

View file

@ -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 }]
}

View file

@ -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 } ]
}