Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
ice990323-4.C
blob: 4332e0fcec41a4bc5b6063218fb1bf37a96a5cba [
file
] [
log
] [
blame
]
// { dg-do assemble }
// try throwing template function name
template
<
class
T
>
void
f
(
T
);
template
<
class
T
>
void
f
(
T
)
{
}
void
g
()
{
throw
&
f
;
// { dg-error "" } insufficient contextual information
}