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
@@ -631,6 +620,10 @@ $(LI $(BUGZILLA 22999): no switch fallthrough error with multi-valued case)
631
620
$(LI $(BUGZILLA 23019): Missing filename when -of points to an existing directory)
632
621
$(LI $(BUGZILLA 23036): Rvalue constructor with default parameter crashes compiler in the presence of a copy constructor)
633
622
$(LI $(BUGZILLA 23046): [REG][CODEGEN] __simd$(LPAREN)XMM.LODLPS$(RPAREN) bad codegen)
623
+
$(LI $(BUGZILLA 23087): getLinkage trait regression for overloads with v2.100.0-rc.1)
624
+
$(LI $(BUGZILLA 23089): Linkage-related ICE regression in v2.100.0-rc.1)
625
+
$(LI $(BUGZILLA 23097): [REG 2.100] ArrayIndexError@src/dmd/mtype.d$(LPAREN)4767$(RPAREN): index [18446744073709551615] is out of bounds for array of length 0)
626
+
$(LI $(BUGZILLA 23098): array literal to scope inout parameter not allowed in safe code)
634
627
)
635
628
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
636
629
@@ -739,6 +732,10 @@ $(LI $(BUGZILLA 23045): importC: casted function type is missing extern$(LPAREN)
739
732
$(LI $(BUGZILLA 23047): [ICE][SIMD] Do not SROA vector types)
740
733
$(LI $(BUGZILLA 23056): importC: dmd asserts for missing return statement in CTFE function)
741
734
$(LI $(BUGZILLA 23057): importC: dmd segfault on invalid syntax)
735
+
$(LI $(BUGZILLA 23066): importC: cannot initialize char array with string literal of different length)
736
+
$(LI $(BUGZILLA 23075): global const string definitions should go in readonly segment)
737
+
$(LI $(BUGZILLA 23077): codegen cannot generage XMM load/store for optimized operation that uses byte/short/...)
0 commit comments