projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c190efc
)
Disable pedantic warning for this testcase.
author
Kai Tietz
<ktietz@gcc.gnu.org>
Thu, 27 Nov 2014 20:49:44 +0000
(21:49 +0100)
committer
Kai 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/cpp0x/pr63904.C
b/gcc/testsuite/g++.dg/cpp0x/pr63904.C
index 2db610b472bad1ba30dd73989928408382c2536c..14f03031a9395556162db5ade6c7cbdf11a0fbdc 100644
(file)
--- 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 {