]> gcc.gnu.org Git - gcc.git/commitdiff
c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
authorRichard Henderson <rth@redhat.com>
Sun, 19 Nov 2000 09:35:54 +0000 (01:35 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 19 Nov 2000 09:35:54 +0000 (01:35 -0800)
        * 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

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

index bee9b72ffc9fb649e39d414e1598fb705cee53f6..6460dc1cb6e90eae762cec03368f340b41041175 100644 (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.
index 1d9498f5db65497d3162babf900219791b474d5f..a5f0ccdbb35bd302ead3757a61baefe058e33cca 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 2fe99c0c453a8c582e1f8204bf583ea3e7db26bb..b8721a5029541ddff4ef965347f36e96f3ad0962 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 0fe06abec02785ae03ece13d8bfd6fcb476bdd0c..d18449d675b56531f4838658938dba0bbb7fe842 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 } ]
 }
 
This page took 0.063615 seconds and 5 git commands to generate.