re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining -flto...
authorJakub Jelinek <jakub@redhat.com>
Mon, 21 Feb 2011 15:53:49 +0000 (16:53 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 21 Feb 2011 15:53:49 +0000 (16:53 +0100)
PR debug/47106
* g++.dg/debug/pr47106.C: Require effective target lto.

From-SVN: r170366

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/pr47106.C

index 3c989f8..bdd58a6 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/47106
+       * g++.dg/debug/pr47106.C: Require effective target lto.
+
 2011-02-21  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp0x/constexpr-diag2.C: New.
index 079f424..3a8100f 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -fpartial-inlining -flto -fconserve-stack -fcompare-debug" }
+// { dg-require-effective-target lto }
 
 void end (int, int) __attribute__ ((__noreturn__));