aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/lib/c-torture.exp1
-rw-r--r--gcc/testsuite/lib/f-torture.exp1
-rw-r--r--gcc/testsuite/lib/gcc-dg.exp1
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 } ]
}