@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Apr 01, 2023, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 9 major changes and 77 fixed Bugzilla issues.
8
+ $(VER) comes with 9 major changes and 83 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
10
$(LINK2 #contributors, 43 contributors)
11
11
who made $(VER) possible.)
@@ -197,6 +197,7 @@ $(LI $(BUGZILLA 22039): ICE on infinite recursion in default parameter)
197
197
$(LI $(BUGZILLA 23688): FTBFS: error: cannot convert 'Expression' to 'Expression*')
198
198
$(LI $(BUGZILLA 23710): [REG master] Reachable code inside an 'if $(LPAREN)false$(RPAREN)' block no longer gets codegen)
199
199
$(LI $(BUGZILLA 23758): [REG 2.103] Segfault accessing NewExp::argprefix from C++)
200
+ $(LI $(BUGZILLA 23799): Link error with -betterC)
200
201
)
201
202
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
202
203
@@ -205,6 +206,7 @@ $(LI $(BUGZILLA 11051): Unmatched case in a final switch should throw in both re
205
206
$(LI $(BUGZILLA 16098): align$(LPAREN)N$(RPAREN) not respected for stack variables if N > platform stack alignment)
206
207
$(LI $(BUGZILLA 16213): CTFE internal error with static array $ as template argument)
207
208
$(LI $(BUGZILLA 20781): Can call @live function without checking dip1021 rules)
209
+ $(LI $(BUGZILLA 20908): -preview=nosharedaccess requires zero-initializion for aggregates)
208
210
$(LI $(BUGZILLA 21288): Wrong context pointer for alias this function)
209
211
$(LI $(BUGZILLA 21492): betterC: TypeInfo is generated for code guarded by if$(LPAREN)__ctfe$(RPAREN))
210
212
$(LI $(BUGZILLA 21821): Optimizer assumes immutables do not change, but they can in @system code)
@@ -237,7 +239,11 @@ $(LI $(BUGZILLA 23752): ImportC: can't take address of dereferenced void pointer
237
239
$(LI $(BUGZILLA 23760): Error: unknown)
238
240
$(LI $(BUGZILLA 23763): ICE on operations involving zero-initialized structs)
239
241
$(LI $(BUGZILLA 23767): ImportC: ternary with null constant has wrong pointer type)
242
+ $(LI $(BUGZILLA 23778): Code generator fails to handle __c_complex_real properly for Windows)
240
243
$(LI $(BUGZILLA 23781): [ICE] Segmentation Fault when taking the address of a ref return at CTFE)
244
+ $(LI $(BUGZILLA 23783): -preview=nosharedaccess does not detect comparison of shared data)
245
+ $(LI $(BUGZILLA 23790): Cannot use cas on member variable with -preview=nosharedaccess)
246
+ $(LI $(BUGZILLA 23792): lexer warns about preprocessor inside token strings)
241
247
)
242
248
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
243
249
0 commit comments