Bug 158 – weird crash when nesting unions and structs; code order dependent

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-05-27T12:23:00Z
Last change time
2014-02-15T13:20:59Z
Keywords
ice-on-valid-code
Assigned to
bugzilla
Creator
h3r3tic

Comments

Comment #0 by h3r3tic — 2006-05-27T12:23:45Z
struct Bar { union { struct { union { Foo A; } } } } struct Foo { }
Comment #1 by bugzilla — 2006-06-04T22:16:37Z
Fixed in DMD 0.160
Comment #2 by thomas-dloop — 2007-01-01T04:24:42Z