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
ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
enum8.C
blob
314100f61b1ee749a0b1213b997a9265094163a5
1
// PR c++/47482
2
3
template<class>
4
struct K
5
{
6
enum { A = sizeof"A", B = +A };
7
};