Commit f9fad1f5 by Alexandre Oliva

expr6.C: New test.

	* g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
	matching of template brackets.
(forgot to cvs add it yesterday)

From-SVN: r22956
parent 400d6322
// Build don't link:
// Based on a bug report by tveldhui <tveldhui@extreme.indiana.edu>
// excess errors test - XFAIL *-*-*
template <int X> class foo {};
foo< true ? 1 : 0 > bar;
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