Commit 94ff101f by Zack Weinberg

Adjust so it actually tests something other than a preprocessor quirk; mark XFAIL

From-SVN: r26687
parent 0d504ef0
// Build don't link:
// crash test - XFAIL *-*-*
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
template <class T> struct foo { foo(); };
template<class T> foo<T>::foo() {}
T // ERROR - currently an ICE
\ No newline at end of file
T; // 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