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
/
ctor1.C
blob
c711da62e414e9dfa38ea11fa103d2dd183acc85
1
// { dg-do assemble }
2
3
template <typename _CharT>
4
struct moneypunct
5
{
6
moneypunct ();
7
};
8
9
template <>
10
moneypunct<char>::moneypunct ();