http://d.puremagic.com/issues/show_bug.cgi?id=7570
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE, rejects-valid CC| |[email protected] Platform|x86 |All Version|D2 |D1 & D2 AssignedTo|[email protected] |[email protected] Summary|No true error message in |Missing error in ctfe for |one CTFE |dereferencing a pointer | |passed as a parameter OS/Version|Windows |All --- Comment #1 from yebblies <[email protected]> 2012-02-25 00:43:47 EST --- The interpreter can't seem to handle '!*(t + nt)', as constfold.c's Ptr only handles TOKaddress + TOKint64, and it resolves to TOKvar + TOKint64, and PtrExp::interpret doesn't handle the case where Ptr fails. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
