[Issue 8939] ICE(glue.c) on passing by ref statically initialized const/immutable variable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 17 16:24:10 PST 2012


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



--- Comment #4 from github-bugzilla at puremagic.com 2012-11-17 16:24:06 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/099d4a80f4ff315b94baeb10bb0f63cc65dfc3b7
fix regression which introduced by fixing bug 8939.

Expression::optimize should keep lvalue-ness of ref argument, but its
sub-expressions can be optimized aggressively.

https://github.com/D-Programming-Language/dmd/commit/cc3b46ff3b5737e3e35e86b3db7d0b3b744ab7b5
Merge pull request #1293 from 9rnsr/fix8939reg

fix regression which introduced by fixing bug 8939.

-- 
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