comparison ir/irtypeclass.cpp @ 1327:49fd0c8040e6

Added reference to DMD bug for latest dstress "regressions" compile/m/mixin_29_E.d and compile/m/mixin_29_F.d .
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Sun, 10 May 2009 00:50:35 +0200
parents 0c03ba6f7c24
children 8d501abecd24
comparison
equal deleted inserted replaced
1326:a41a40deff73 1327:49fd0c8040e6
134 VarDeclaration* vd = data[i]; 134 VarDeclaration* vd = data[i];
135 135
136 if (vd == NULL) 136 if (vd == NULL)
137 continue; 137 continue;
138 138
139 assert(vd->offset >= offset && "it's a bug..."); 139 assert(vd->offset >= offset && "it's a bug... most likely DMD bug 2481");
140 140
141 // add to default field list 141 // add to default field list
142 if (cd == base) 142 if (cd == base)
143 default_fields.push_back(vd); 143 default_fields.push_back(vd);
144 144