From patchwork Wed Sep 19 13:51:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add -Og -g to TORTURE_OPTIONS From: Richard Guenther X-Patchwork-Id: 185047 Message-Id: To: gcc-patches@gcc.gnu.org Date: Wed, 19 Sep 2012 15:51:56 +0200 (CEST) Which passes testing now. Ok? Thanks, Richard. 2012-09-19 Richard Guenther * 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] {