Add -Os to torture options
authorMichael Meissner <meissner@cygnus.com>
Tue, 5 May 1998 16:24:01 +0000 (16:24 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 5 May 1998 16:24:01 +0000 (16:24 +0000)
From-SVN: r19546

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

index 815109c5f81cf2ac9561dbb3323ac7e9759884a6..a572090a3f43a502ddb8898c0376dbf8d3f62c03 100644 (file)
@@ -1,3 +1,8 @@
+Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
+       * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
+
 1998-04-29  Dave Love  <d.love@dl.ac.uk>
 
        * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
index ce6ce3cfd69183b6e4278dad3faf88bf3408d252..e7d559767dda8677b03e85d86dfd9fc9754bf91e 100644 (file)
@@ -32,7 +32,7 @@ if ![info exists TORTURE_OPTIONS] {
        { -O2 -fomit-frame-pointer -finline-functions } \
        { -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
        { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
-       { -O2 -g } ]
+       { -O2 -g } { -Os } ]
 }
 
 
index 43f6e0ff23f98113eff4768025302e8b2a8d8097..465b932f854fe219bb8090401cc76624bc00bb06 100644 (file)
@@ -28,7 +28,8 @@ if ![info exists TORTURE_OPTIONS] {
        { -O0 } { -O1 } { -O2 } \
        { -O2 -fomit-frame-pointer -finline-functions } \
        { -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
-       { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops }]
+       { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
+       { -Os }]
 }