From: John David Anglin Date: Sun, 16 Sep 2012 16:40:25 +0000 (+0000) Subject: re PR testsuite/54007 (lto15.adb fails: gnat1: error: LTO support has not been enable... X-Git-Tag: misc/gccgo-go1_1_2~835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8742fd33901d22b35c6249d5bed4d26475c7c7;p=thirdparty%2Fgcc.git re PR testsuite/54007 (lto15.adb fails: gnat1: error: LTO support has not been enabled in this configuration) PR testsuite/54007 * gnat.dg/lto15.adb: Require lto. From-SVN: r191360 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2f45b924f6cb..d1b06ae64e3b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2012-09-16 John David Anglin + PR testsuite/54007 + * gnat.dg/lto15.adb: Require lto. + * gfortran.dg/bind_c_array_params_2.f90: Adjust scan-assembler-times "myBindC" for hppa*-*-hpux*. diff --git a/gcc/testsuite/gnat.dg/lto15.adb b/gcc/testsuite/gnat.dg/lto15.adb index b1bc25196f19..be5b008e8c66 100644 --- a/gcc/testsuite/gnat.dg/lto15.adb +++ b/gcc/testsuite/gnat.dg/lto15.adb @@ -1,5 +1,6 @@ -- { dg-do compile } -- { dg-options "-O -flto -g" } +-- { dg-require-effective-target lto } package body Lto15 is