Bug 740 – dchar[].dup causes compiler segfault

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2006-12-25T06:27:00Z
Last change time
2015-06-09T05:15:09Z
Keywords
ice-on-valid-code
Assigned to
dvdfrdmn
Creator
thomas-dloop

Comments

Comment #0 by thomas-dloop — 2006-12-25T06:27:12Z
# # void main(){ # dchar[] a; # # a = "-\U000000A1\U00000901\U0000FFEE\U00010000\U000FFFFD_"; # a = a.dup; # } #
Comment #1 by thomas-dloop — 2006-12-30T20:09:58Z
Comment #2 by thomas-dloop — 2007-04-27T12:26:56Z
seems to be fixed since 0.21