From: Kai Tietz Date: Thu, 27 Nov 2014 20:49:44 +0000 (+0100) Subject: Disable pedantic warning for this testcase. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c8c4e7d065158460000349c12e883177b6edd39;p=gcc.git Disable pedantic warning for this testcase. Committed as obvious patch From-SVN: r218130 --- diff --git a/gcc/testsuite/g++.dg/cpp0x/pr63904.C b/gcc/testsuite/g++.dg/cpp0x/pr63904.C index 2db610b472b..14f03031a93 100644 --- a/gcc/testsuite/g++.dg/cpp0x/pr63904.C +++ b/gcc/testsuite/g++.dg/cpp0x/pr63904.C @@ -1,4 +1,5 @@ // { dg-do compile { target c++11 } } +// { dg-options "-Wno-pedantic" } template struct foo {