OSDN Git Service

* lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Nov 2000 09:35:54 +0000 (09:35 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Nov 2000 09:35:54 +0000 (09:35 +0000)
        * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
        * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37561 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/c-torture.exp
gcc/testsuite/lib/f-torture.exp
gcc/testsuite/lib/gcc-dg.exp

index bee9b72..6460dc1 100644 (file)
@@ -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.
 
index 1d9498f..a5f0ccd 100644 (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 } ]
 }
 
index 2fe99c0..b8721a5 100644 (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 }]
 }
 
index 0fe06ab..d18449d 100644 (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 } ]
 }