Merged 2.056

This commit is contained in:
Alexey Prokhin
2011-12-02 21:50:52 +04:00
65 changed files with 6538 additions and 1122 deletions

View File

@@ -3091,11 +3091,14 @@ STUB(ScopeExp);
#if DMDV2
STUB(SymbolExp);
STUB(PowExp);
STUB(PowAssignExp);
#endif
#define CONSTSTUB(x) LLConstant* x::toConstElem(IRState * p) { \
error("expression '%s' is not a constant", toChars()); \
fatal(); \
if (!global.gag) \
fatal(); \
return NULL; \
}
CONSTSTUB(Expression);