repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
enum4.C
blob
97e0b848d47b68f7e6ac220b776e248f6aead224
1
// PR c++/18020
2
3
template <typename> struct bar {
4
enum {
5
e1 = 1,
6
e2 = ~e1
7
};
8
};
9
template struct bar<int>;