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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 6 08:07:44 PST 2012


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



--- Comment #3 from github-bugzilla at puremagic.com 2012-12-06 08:07:43 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/058a16cdbbe9c32cd75b2a1ea2dbfb8a0bcc45d3
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