Commit 64092f8b by Mark Mitchell Committed by Mark Mitchell

re PR c++/19148 (ICE: gimplification failed)

	PR c++/19148
	* g++.dg/expr/cond7.C: New test.

From-SVN: r92641
parent 6ec21579
2004-12-27 Mark Mitchell <mark@codesourcery.com>
PR c++/19148
* g++.dg/expr/cond7.C: New test.
2004-12-27 Paul Brook <paul@codesourcery.com>
* gfortran.dg/g77/select_no_compile.f: Remove.
......
// PR c++/19148
struct QChar {
QChar (char c);
QChar (const QChar &);
unsigned short ucs;
};
void f(QChar *uc, unsigned short ch, QChar replacement)
{
*uc++ = ((ch) ? QChar((1)) : replacement);
}
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