Add -Os to torture options

From-SVN: r19546
This commit is contained in:
Michael Meissner 1998-05-05 16:24:01 +00:00 committed by Michael Meissner
parent c6a9dea8d5
commit a2b1989b76
3 changed files with 8 additions and 2 deletions

View 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.

View 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 } ]
}

View 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 }]
}