Commit 308a214a by Alexandre Oliva

* g++.old-deja/g++.pt/explicit76.C: New test.

From-SVN: r23917
parent 91910750
// Build don't link:
// Based on bug report by Simon A. Crase <s.crase@ieee.org>
// crash test - XFAIL *-*-*
struct foo {
template <class T> void bar();
};
template void foo::bar<void>(); // gets bogus error - ICE - XFAIL *-*-*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment