[Issue 8521] Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 8 12:53:51 PDT 2012


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |major


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-08-08 12:53:49 PDT ---
Okay. I was finally able to find a workaround by moving the test inside of
decodeImpl to outside of it, which is leaking its implementation details and
forcing a bool with the result of the test to be passed to an overload of
decodeImpl which doesn't need the test at all, but it does make it so that the
code works, and it doesn't affect the public API at all. So, I'm changing this
bug to major rather than blocker.

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