From: Jason Merrill Date: Mon, 4 Mar 2019 17:35:13 +0000 (-0500) Subject: * g++.dg/lto/pr88049_0.C: Require lto_incremental. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=209cd3bd47287d4dabb94a7c2ce965588fd0389d;p=gcc.git * g++.dg/lto/pr88049_0.C: Require lto_incremental. From-SVN: r269368 --- diff --git a/gcc/testsuite/g++.dg/lto/pr88049_0.C b/gcc/testsuite/g++.dg/lto/pr88049_0.C index 7ac3618c2c8..46d6e4c9787 100644 --- a/gcc/testsuite/g++.dg/lto/pr88049_0.C +++ b/gcc/testsuite/g++.dg/lto/pr88049_0.C @@ -1,6 +1,7 @@ // PR c++/88049 // { dg-lto-do link } // { dg-lto-options {{ -flto -O2 -w }} } +// { dg-require-effective-target lto_incremental } // { dg-extra-ld-options -r } template class a;