Merge current development state of 2.067

First merge of current development stream. Asm blocks are known to be broken.

DMD:      0c9f437bc24015707130ba42dc434d9cd58282fb
druntime: 86d49cfb3670904603df0cfdfe44c6fff565c0fc
Phobos:   a8ca4f7964becac680af0eadbde05aa7d10fc338
This commit is contained in:
kai 2014-11-15 18:46:05 +01:00
parent 2bcf8880d1
commit a2748cd2fd
95 changed files with 8240 additions and 7214 deletions

View file

@ -204,7 +204,7 @@ LLConstant * IrAggr::getVtblInit()
if (tf->ty == Tfunction)
cd->deprecation("use of %s%s hidden by %s is deprecated; use 'alias %s = %s.%s;' to introduce base class overload set",
fd->toPrettyChars(),
Parameter::argsTypesToChars(tf->parameters, tf->varargs),
"?FIXME?", //Parameter::argsTypesToChars(tf->parameters, tf->varargs),
cd->toChars(),
fd->toChars(),