Bug 19897 – dinterpret.d:6439: Internal Compiler Error: null field

Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2019-05-23T19:12:30Z
Last change time
2019-06-09T05:41:35Z
Keywords
ice, pull
Assigned to
No Owner
Creator
Iain Buclaw

Comments

Comment #0 by ibuclaw — 2019-05-23T19:12:30Z
struct S { char[0] x; } const a = S('a'); const char c = a.x;
Comment #1 by dlang-bot — 2019-05-23T20:30:58Z
@ibuclaw created dlang/dmd pull request #9854 "fix Issue 19897 - dinterpret.d:6439: Internal Compiler Error: null field" fixing this issue: - fix Issue 19897 - dinterpret.d:6439: Internal Compiler Error: null field https://github.com/dlang/dmd/pull/9854
Comment #2 by dlang-bot — 2019-05-24T01:10:30Z
dlang/dmd pull request #9854 "fix Issue 19897 - dinterpret.d:6439: Internal Compiler Error: null field" was merged into stable: - 9aa363e2de98290855cfcc5e56d3a8d0c6cf788a by Iain Buclaw: fix Issue 19897 - dinterpret.d:6439: Internal Compiler Error: null field https://github.com/dlang/dmd/pull/9854
Comment #3 by dlang-bot — 2019-06-09T05:41:35Z
dlang/dmd pull request #9997 "[dmd-cxx] fix Issue 19897 - dinterpret.d:6439: Internal Compiler Error: null field" was merged into dmd-cxx: - 2f3451edec98b382f96f1bbf5c897ec057c3ae37 by Iain Buclaw: fix Issue 19897 - dinterpret.d:6439: Internal Compiler Error: null field https://github.com/dlang/dmd/pull/9997