louisdem / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

mulgen botch #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed in r66db43ef6cd1, thanks for reporting.

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