From: Nathan Sidwell Date: Tue, 18 Sep 2018 14:14:57 +0000 (+0000) Subject: Fix dg-do target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=538d2d7e7ff408c15c89d0fe2c6ef812e7f951a7;p=gcc.git Fix dg-do target From-SVN: r264394 --- diff --git a/gcc/testsuite/g++.dg/warn/pr86881.C b/gcc/testsuite/g++.dg/warn/pr86881.C index 4fc8d56881e..6ce17e87362 100644 --- a/gcc/testsuite/g++.dg/warn/pr86881.C +++ b/gcc/testsuite/g++.dg/warn/pr86881.C @@ -1,5 +1,5 @@ // PR c++/86881 ICE with shadow warning -// { dg-do compile { c++11 } } +// { dg-do compile { target c++11 } } // { dg-additional-options { -Wshadow-compatible-local } }} void a() {