Disable pedantic warning for this testcase.
authorKai Tietz <ktietz@gcc.gnu.org>
Thu, 27 Nov 2014 20:49:44 +0000 (21:49 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 27 Nov 2014 20:49:44 +0000 (21:49 +0100)
Committed as obvious patch

From-SVN: r218130

gcc/testsuite/g++.dg/cpp0x/pr63904.C

index 2db610b472bad1ba30dd73989928408382c2536c..14f03031a9395556162db5ade6c7cbdf11a0fbdc 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-options "-Wno-pedantic" }
 
 template<int N>
 struct foo {