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++.dg
/
template
/
ttp1.C
blob
7b323028ec508e297bdfd708d38f3aef607c1b5e
1
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2
// { dg-do compile }
3
4
template <template <typename T> class A >
5
class B : virtual A<void>
6
{
7
typedef int INT;
8
INT i;
9
};