c-torture.exp (TORTURE_OPTIONS): Add -Og -g.
authorRichard Guenther <rguenther@suse.de>
Wed, 19 Sep 2012 14:05:26 +0000 (14:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 19 Sep 2012 14:05:26 +0000 (14:05 +0000)
2012-09-19  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r191478

gcc/testsuite/ChangeLog
gcc/testsuite/lib/c-torture.exp

index ce99853..31069a0 100644 (file)
@@ -1,5 +1,9 @@
 2012-09-19  Richard Guenther  <rguenther@suse.de>
 
+       * lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g.
+
+2012-09-19  Richard Guenther  <rguenther@suse.de>
+
        * gcc.dg/builtin-unreachable-6.c: Adjust.
 
 2012-09-19  Richard Guenther  <rguenther@suse.de>
index bb92871..dfbd5c0 100644 (file)
@@ -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] {