From 3c8c4e7d065158460000349c12e883177b6edd39 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Thu, 27 Nov 2014 21:49:44 +0100 Subject: [PATCH] Disable pedantic warning for this testcase. Committed as obvious patch From-SVN: r218130 --- gcc/testsuite/g++.dg/cpp0x/pr63904.C | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.30.2