Bug 1788 – dmd segfaults without info

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2008-01-16T21:12:00Z
Last change time
2015-06-09T01:14:26Z
Keywords
ice-on-invalid-code
Assigned to
bugzilla
Creator
diboss

Comments

Comment #0 by diboss — 2008-01-16T21:12:26Z
The following code causes dmd to segfault: void main() { string a = "abc"; double b = 7.5; a ~= ", " ~= b; } It's the concat. that's causing the problem. DMD simply segfaults without telling what/where the problem is.
Comment #1 by bugzilla — 2008-02-16T06:08:07Z
Fixed dmd 1.026 and 2.010