OSDN Git Service

Add -Os to torture options
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 May 1998 16:24:01 +0000 (16:24 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 May 1998 16:24:01 +0000 (16:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19546 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 815109c..a572090 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 ce6ce3c..e7d5597 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 43f6e0f..465b932 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 }]
 }