From: Richard Guenther Date: Wed, 19 Sep 2012 14:05:26 +0000 (+0000) Subject: c-torture.exp (TORTURE_OPTIONS): Add -Og -g. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=471dc06d278bd31315d9760d7ac3ece632bf3d59;p=gcc.git c-torture.exp (TORTURE_OPTIONS): Add -Og -g. 2012-09-19 Richard Guenther * lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g. From-SVN: r191478 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ce998539171..31069a0a212 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-09-19 Richard Guenther + + * lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g. + 2012-09-19 Richard Guenther * gcc.dg/builtin-unreachable-6.c: Adjust. diff --git a/gcc/testsuite/lib/c-torture.exp b/gcc/testsuite/lib/c-torture.exp index bb92871937a..dfbd5c0a3e5 100644 --- a/gcc/testsuite/lib/c-torture.exp +++ b/gcc/testsuite/lib/c-torture.exp @@ -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] {