Which passes testing now.

Ok?

Thanks,
Richard.

2012-09-19  Richard Guenther  <rguent...@suse.de>

        * lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g.

Index: gcc/testsuite/lib/c-torture.exp
===================================================================
--- gcc/testsuite/lib/c-torture.exp     (revision 191474)
+++ gcc/testsuite/lib/c-torture.exp     (working copy)
@@ -42,7 +42,8 @@ if [info exists TORTURE_OPTIONS] {
        { -O3 -fomit-frame-pointer -funroll-loops } \
        { -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
        { -O3 -g } \
-       { -Os } ]
+       { -Os } \
+       { -Og -g } ]
 }
 
 if [info exists ADDITIONAL_TORTURE_OPTIONS] {

Reply via email to