Merged DMD commit 59c07625e84aadd2f684ea77f925ae540d5c8906:

bugzilla 4926 ICE: PREC_zero assertion failure due to unset precedence
This commit is contained in:
David Nadlinger
2011-04-22 15:03:13 +02:00
parent 55315f59ef
commit fb79515eee
3 changed files with 37 additions and 1 deletions

View File

@@ -1806,6 +1806,7 @@ struct InExp : BinExp
struct RemoveExp : BinExp
{
RemoveExp(Loc loc, Expression *e1, Expression *e2);
void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
#if IN_DMD
elem *toElem(IRState *irs);
#endif