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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
memtemp8.C
blob
d2b0e8670b0063d548bdc11186242ab3017f745b
1
// { dg-do assemble }
2
// GROUPS passed templates membertemplates
3
struct S {
4
template <class T>
5
operator T();
6
};
7
8
9
template <class T>
10
S::operator T()
11
{
12
}
13