[Issue 11939] selective imports inside a scope(failure) block cause compiler segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 4 03:50:47 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11939


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |yebblies at gmail.com
         AssignedTo|nobody at puremagic.com        |yebblies at gmail.com


--- Comment #1 from yebblies <yebblies at gmail.com> 2014-02-04 22:50:37 EST ---
void test11939()
{
    scope(failure)
    {
        import object : Object;
    }
    throw new Exception("");
}

https://github.com/D-Programming-Language/dmd/pull/3206

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list