@@ -272,7 +272,7 @@ Platform support is provided by the D runtime. `ModuleInfo` is declared in objec
272
272
)
273
273
274
274
$(P
275
- Starting with this release, if `ModuleInfo` is not delared in the D runtime, the compiler will simply not generate `ModuleInfo` instances.
275
+ Starting with this release, if `ModuleInfo` is not declared in the D runtime, the compiler will simply not generate `ModuleInfo` instances.
276
276
)
277
277
278
278
$(P
@@ -530,6 +530,8 @@ $(LI $(BUGZILLA 17559): [REG2.073.0] Wrong line number in stack trace)
530
530
$(LI $(BUGZILLA 17915): [REG 2.073] core.exception.AssertError@ddmd/optimize.d$(LPAREN)614$(RPAREN): Assertion failure)
531
531
$(LI $(BUGZILLA 17955): compiler segfault in DsymbolSemanticVisitor::visit$(LPAREN)UnittestDeclaration*$(RPAREN))
532
532
$(LI $(BUGZILLA 18020): [Reg 2.078] no property opCmp for anon class)
533
+ $(LI $(BUGZILLA 18093): [Reg 2.071] MSCOFF: dmd crashes when overriding a C++ method in a mixin template)
534
+ $(LI $(BUGZILLA 18141): [REG2.078a] dmd -v no longer prints predefs)
533
535
)
534
536
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
535
537
@@ -567,8 +569,10 @@ $(LI $(BUGZILLA 17944): MSCOFF: debug info not compatible with LLVMs LLD)
567
569
$(LI $(BUGZILLA 17947): C++ std::pair::swap mangled incorrectly)
568
570
$(LI $(BUGZILLA 17976): core.exception.AssertError@ddmd/dsymbolsem.d$(LPAREN)1624$(RPAREN))
569
571
$(LI $(BUGZILLA 17997): autotester's d_do_test has strange failures with Win32)
572
+ $(LI $(BUGZILLA 18013): DMD test suite assertion failure in test_cdvecfill.d)
570
573
$(LI $(BUGZILLA 18014): DMD test suite fails to link on Linux distros where PIC/PIE is enforced)
571
574
$(LI $(BUGZILLA 18045): Temporary created during comparison not destroyed)
575
+ $(LI $(BUGZILLA 18099): betterC check throw statements error!)
572
576
)
573
577
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
574
578
@@ -582,6 +586,7 @@ $(BUGSTITLE_BUGZILLA Phobos regressions,
582
586
583
587
$(LI $(BUGZILLA 17962): dirEntries now truncates Unicode file names)
584
588
$(LI $(BUGZILLA 17986): Erratic failure with std/experimental/allocator/common.d$(LPAREN)445$(RPAREN): unittest failure)
589
+ $(LI $(BUGZILLA 18084): [REG2.072] tempCString buffer size is unittest-versioned)
585
590
)
586
591
$(BUGSTITLE_BUGZILLA Phobos bugs,
587
592
@@ -603,7 +608,9 @@ $(LI $(BUGZILLA 17730): [scope][dip1000] std.algorithm.move escapes scope variab
603
608
$(LI $(BUGZILLA 17901): FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d$(LPAREN)652$(RPAREN))
604
609
$(LI $(BUGZILLA 17995): template NoDuplicates$(LPAREN)TList...$(RPAREN) bug.)
605
610
$(LI $(BUGZILLA 18044): std.conv.to for implicitly convertible associative arrays)
611
+ $(LI $(BUGZILLA 18047): std.format value.length modulo seperator step width leads to wrong length)
606
612
$(LI $(BUGZILLA 18092): Can't combine take and takeExactly)
613
+ $(LI $(BUGZILLA 18135): [REG2.078] can't join RegexMatch anymore)
607
614
)
608
615
$(BUGSTITLE_BUGZILLA Phobos enhancements,
609
616
0 commit comments