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
* c-common.c (get_priority): Add check for
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
memtemp68.C
blob
63a7014a4aeaa6c218e7dca446ab65186c1d2347
1
// { dg-do assemble }
2
3
struct locale
4
{
5
template<class _Facet>
6
locale (const locale&, _Facet*);
7
locale(int*) throw();
8
};
9
void f(int* p) { locale keep (p); }