Commit a2b1989b by Michael Meissner Committed by Michael Meissner

Add -Os to torture options

From-SVN: r19546
parent c6a9dea8
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> 1998-04-29 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/compile/980419-1.f: Removed since doesn't compile. * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
......
...@@ -32,7 +32,7 @@ if ![info exists TORTURE_OPTIONS] { ...@@ -32,7 +32,7 @@ if ![info exists TORTURE_OPTIONS] {
{ -O2 -fomit-frame-pointer -finline-functions } \ { -O2 -fomit-frame-pointer -finline-functions } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \ { -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 } \
{ -O2 -g } ] { -O2 -g } { -Os } ]
} }
......
...@@ -28,7 +28,8 @@ if ![info exists TORTURE_OPTIONS] { ...@@ -28,7 +28,8 @@ if ![info exists TORTURE_OPTIONS] {
{ -O0 } { -O1 } { -O2 } \ { -O0 } { -O1 } { -O2 } \
{ -O2 -fomit-frame-pointer -finline-functions } \ { -O2 -fomit-frame-pointer -finline-functions } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \ { -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 }]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment