repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr69637-2.C
blob
c6523932972f0a16a66fb5de3cfe7b87bae51df8
1
// { dg-do compile { target c++11 } }
2
3
template <class T, int N>
4
constexpr int foo () { return N; }
5
6
struct B { unsigned c: foo<int>, 3(); }; // { dg-error "non-integral type|expected" }