[Issue 3270] pure functions returning struct

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 28 03:01:59 PDT 2009


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #1 from Don <clugdbug at yahoo.com.au> 2009-10-28 03:01:58 PDT ---
If my patch to bug 3269 is in place, the functions will need to be "pure
nothrow" in order to reproduce the bug.
The bug clearly lies in the handling of OPucallns. It's failing to deal with
the 'hidden parameter'.
In e2ir.c, line 290, if you change it to ALWAYS use OPucall instead of
OPucallns, the problem disappears. But that's pretty drastic. The bug lies in
the back-end somewhere.

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