You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(LI $(BUGZILLA 15985): [REG2.068/2.069] Code doesn't link unless compiled with -debug)
194
194
$(LI $(BUGZILLA 18472): [Reg 2.078] betterC: cannot use format at compile time.)
195
195
$(LI $(BUGZILLA 21772): [REG2.069] Consecutive different-signed double.nans in an array literal take the sign of the previous nan $(LPAREN)same for float and real$(RPAREN))
196
+
$(LI $(BUGZILLA 22039): ICE on infinite recursion in default parameter)
196
197
$(LI $(BUGZILLA 23688): FTBFS: error: cannot convert 'Expression' to 'Expression*')
197
198
$(LI $(BUGZILLA 23710): [REG master] Reachable code inside an 'if $(LPAREN)false$(RPAREN)' block no longer gets codegen)
199
+
$(LI $(BUGZILLA 23758): [REG 2.103] Segfault accessing NewExp::argprefix from C++)
198
200
)
199
201
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
200
202
203
+
$(LI $(BUGZILLA 10886): Typeof on @property function triggers 'wrong this' type error)
201
204
$(LI $(BUGZILLA 11051): Unmatched case in a final switch should throw in both release and non-release mode)
202
205
$(LI $(BUGZILLA 16098): align$(LPAREN)N$(RPAREN) not respected for stack variables if N > platform stack alignment)
206
+
$(LI $(BUGZILLA 16213): CTFE internal error with static array $ as template argument)
203
207
$(LI $(BUGZILLA 20781): Can call @live function without checking dip1021 rules)
208
+
$(LI $(BUGZILLA 21288): Wrong context pointer for alias this function)
204
209
$(LI $(BUGZILLA 21492): betterC: TypeInfo is generated for code guarded by if$(LPAREN)__ctfe$(RPAREN))
205
210
$(LI $(BUGZILLA 21821): Optimizer assumes immutables do not change, but they can in @system code)
206
211
$(LI $(BUGZILLA 22916): [dip1000] copy of ref return still treated as scope variable)
@@ -228,6 +233,11 @@ $(LI $(BUGZILLA 23682): dip1000 problem with return by ref)
228
233
$(LI $(BUGZILLA 23694): compilable/ctests2.c:51:9: error: initializer element is not constant)
229
234
$(LI $(BUGZILLA 23711): compilable/testcstuff1.c:63:1: error: invalid use of restrict)
230
235
$(LI $(BUGZILLA 23717): runnable/bitfields.c:192:5: error: unknown type name S; use struct keyword to refer to the type)
236
+
$(LI $(BUGZILLA 23752): ImportC: can't take address of dereferenced void pointer)
237
+
$(LI $(BUGZILLA 23760): Error: unknown)
238
+
$(LI $(BUGZILLA 23763): ICE on operations involving zero-initialized structs)
239
+
$(LI $(BUGZILLA 23767): ImportC: ternary with null constant has wrong pointer type)
240
+
$(LI $(BUGZILLA 23781): [ICE] Segmentation Fault when taking the address of a ref return at CTFE)
231
241
)
232
242
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
233
243
@@ -238,6 +248,10 @@ $(LI $(BUGZILLA 20101): BetterC: Template instantiation in CTFE only context sho
0 commit comments