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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
const1.C
blob
6c6182284ea31627cca811b82142d4843e37e00a
1
// { dg-do assemble }
2
template <class T> struct B { static const int i = 3; };
3
template <class T> struct A { static const int i = B<T>::i; };
4
enum { i = A<int>::i };