]> gcc.gnu.org Git - gcc.git/commitdiff
re PR testsuite/54007 (lto15.adb fails: gnat1: error: LTO support has not been enable...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 16 Sep 2012 16:40:25 +0000 (16:40 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 16 Sep 2012 16:40:25 +0000 (16:40 +0000)
PR testsuite/54007
* gnat.dg/lto15.adb: Require lto.

From-SVN: r191360

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/lto15.adb

index 2f45b924f6cb5e688ad5732b2ff596e9780234d4..d1b06ae64e3ba2a9e0e3e0e84a42ea4f7a74e1ad 100644 (file)
@@ -1,5 +1,8 @@
 2012-09-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       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*.
 
index b1bc25196f190ae75f026c3f13640d101da98d4f..be5b008e8c6661c5ed6bf4404e2b235576d019fd 100644 (file)
@@ -1,5 +1,6 @@
 -- { dg-do compile }
 -- { dg-options "-O -flto -g" }
+-- { dg-require-effective-target lto }
 
 package body Lto15 is
 
This page took 0.077289 seconds and 5 git commands to generate.