diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2014-11-27 21:49:44 +0100 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2014-11-27 21:49:44 +0100 |
commit | 3c8c4e7d065158460000349c12e883177b6edd39 (patch) | |
tree | 33f392f0860294780f5f6322c6c55cc899e4d6a0 /gcc | |
parent | c190efccf0bd045b1b4ab4316e17a4674698cca8 (diff) | |
download | gcc-3c8c4e7d065158460000349c12e883177b6edd39.zip gcc-3c8c4e7d065158460000349c12e883177b6edd39.tar.gz gcc-3c8c4e7d065158460000349c12e883177b6edd39.tar.bz2 |
Disable pedantic warning for this testcase.
Committed as obvious patch
From-SVN: r218130
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/pr63904.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/pr63904.C b/gcc/testsuite/g++.dg/cpp0x/pr63904.C index 2db610b..14f0303 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<int N> struct foo { |