Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ns
/
template7.C
blob: 97e3ee567d8f820631b0406e13c56b287521d3e2 [
file
] [
log
] [
blame
]
// { dg-do assemble { xfail *-*-* } }
// Based on bug report by Eric NICOLAS <nicolas@bnp-eng.remcomp.com>
namespace
foo
{
template
<
class
F
>
struct
bar
{};
}
void
baz
()
{
foo
::
bar
();
// { dg-error "" } template used as expression
}