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
/
memtemp6.C
blob
d7675cb8e92f507ff79f499c01a5414de03ad8ff
1
// { dg-do assemble }
2
// GROUPS passed templates membertemplates
3
struct S {
4
template <class T, class U>
5
S(T, U, T);
6
};
7
8
9
template <class T, class U>
10
S::S(T, U, T)
11
{
12
}
13