From: Richard Guenther Date: Wed, 19 Sep 2012 14:05:26 +0000 (+0000) Subject: c-torture.exp (TORTURE_OPTIONS): Add -Og -g. X-Git-Tag: misc/gccgo-go1_1_2~756 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471dc06d278bd31315d9760d7ac3ece632bf3d59;p=thirdparty%2Fgcc.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 ce998539171a..31069a0a2122 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 bb92871937ac..dfbd5c0a3e50 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] {