Add -Os to torture options
From-SVN: r19546
This commit is contained in:
parent
c6a9dea8d5
commit
a2b1989b76
@ -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.
|
||||
|
@ -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 } ]
|
||||
}
|
||||
|
||||
|
||||
|
@ -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 }]
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user