diff options
Diffstat (limited to 'gcc/testsuite/lib/c-torture.exp')
-rw-r--r-- | gcc/testsuite/lib/c-torture.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/lib/c-torture.exp b/gcc/testsuite/lib/c-torture.exp index c88c439a512..42e92227272 100644 --- a/gcc/testsuite/lib/c-torture.exp +++ b/gcc/testsuite/lib/c-torture.exp @@ -53,9 +53,7 @@ if [info exists TORTURE_OPTIONS] { { -O0 } \ { -O1 } \ { -O2 } \ - { -O3 -fomit-frame-pointer } \ - { -O3 -fomit-frame-pointer -funroll-loops } \ - { -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \ + { -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions } \ { -O3 -g } \ { -Os } \ { -Og -g } ] |