[Issue 10251] CTFE: Allow returning pointers to global static variables of known value

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 4 18:09:00 PDT 2013


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



--- Comment #1 from github-bugzilla at puremagic.com 2013-06-04 18:08:59 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c991a71391c0667e9e7f95cec746897c3092d002
Fix bug 10251 CTFE: Allow returning pointers to global statics of known value

Don't expand pointers to global variables.
They should stay as a SymOffExp, even if their value is known.

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