repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-ice13.C
blob
4fe371696a34554e827ddae057e3be5928926eea
1
// PR c++/59571
2
// { dg-do compile { target c++11 } }
3
4
template <class>
5
struct foo
6
{
7
static constexpr int bar{(int)-1};
8
};