ikrabbe/plan9front

mulgen botch

Closed this issue · 1 comments

int bar(void);
int foo(void)
{
    return bar() * 0;
}

causes a compiler error:

test.c:4 mulgen botch

Original issue reported on code.google.com by a...@phicode.de on 20 Mar 2014 at 2:25

fixed in r66db43ef6cd1, thanks for reporting.

Original comment by cinap_le...@felloff.net on 21 Mar 2014 at 6:06

  • Changed state: Fixed