Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
lineno5.C
blob: aa278070146b7fe58e824f439b54ed769470fef3 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// GROUPS passed error-reporting
// Bug: incomplete instantiation messes with lineno
template
<
class
T
>
class
A
;
int
main
()
{
A
<int>
*
p
;
undef1
();
// { dg-error "3:'undef1' was not declared" }
}