[Issue 8255] [CTFE] ICE when passing 'ref' literal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 26 00:45:12 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8255
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
Depends on| |7988
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-09-26 00:45:55 PDT ---
Before CTFE begins, the code in comment 1 is translated into:
F().f((G __tmpsl5 = G(); , __tmpsl5))
The problem is that the comma expression is evaluated outside of CTFE.
This would be fixed by bug 7988.
--
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