[Issue 9781] -inline will cause backend ICE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 8 17:23:44 PDT 2013


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



--- Comment #2 from Martin Nowak <code at dawg.eu> 2013-04-08 17:23:43 PDT ---
cat > bug.d << CODE
int foo9781(int[1] x)
{
    return x[0] * x[0];
}

void test9781()
{
    foo9781([7]);
}
CODE

dmd -c -inline bug.d

Happens with v2.062 too.

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