mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Added reference to DMD bug for latest dstress "regressions" compile/m/mixin_29_E.d and compile/m/mixin_29_F.d .
This commit is contained in:
@@ -136,7 +136,7 @@ void IrTypeClass::addBaseClassData(
|
||||
if (vd == NULL)
|
||||
continue;
|
||||
|
||||
assert(vd->offset >= offset && "it's a bug...");
|
||||
assert(vd->offset >= offset && "it's a bug... most likely DMD bug 2481");
|
||||
|
||||
// add to default field list
|
||||
if (cd == base)
|
||||
|
||||
Reference in New Issue
Block a user