[Issue 9113] ICE(interpret.c): CTFE assignment to member of struct in union

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 15 11:49:43 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9113



--- Comment #4 from github-bugzilla at puremagic.com 2012-12-15 11:49:41 PST ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4d4be85d488aaf2171a85de072370309483fdbb5
Fix issue 9113 ICE(interpret.c): CTFE assignment to member of struct in union

The ICE was caused by the error being detected too late. Move the "needs 'this'
pointer" error message from e2ir.c into semantic, instead of creating an
invalid
expression.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list