[Issue 13599] [D1] backend/cod1.c ICE with -inline

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 12 21:55:55 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13599

--- Comment #6 from Walter Bright <bugzilla at digitalmars.com> ---
An even smaller test case:

struct E { }

E R()
{
    {   return E.init; }
    assert(0);
}

void MB( )
{
    R();
}

--


More information about the Digitalmars-d-bugs mailing list