]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 ce998539171a768ddbdaf1ca12d7354ad028a46e..31069a0a212232d3081cceaa4d1d9b9c79f574b4 100644 (file)
@@ -1,3 +1,7 @@
+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.
index bb92871937acfe5e62a8c3b4482085eec59d84fb..dfbd5c0a3e50533469da941f74282691031f1b8f 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] {