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:
parent
2add28a33a
commit
dd4458df4e
4 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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 } ]
|
||||
}
|
||||
|
||||
|
|
|
@ -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 }]
|
||||
}
|
||||
|
||||
|
|
|
@ -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 } ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue