Re: [PATCH][2.6.8-rc1-mm1] drivers/scsi/sg.c gcc341 inlining fix
From: Andrew Morton
Date: Wed Jul 14 2004 - 17:51:46 EST
Jeff Garzik <jgarzik@xxxxxxxxx> wrote:
>
> Or you could just call it "gcc is dumb" rather than a compiler bug.
Yeah, but doing:
static inline foo(void);
bar()
{
...
foo();
}
static inline foo(void)
{
...
}
is pretty dumb too. I don't see any harm if this compiler feature/problem
pushes us to fix the above in the obvious way.
Plus if we do, the inlining attempt actually succeed, on all compiler
versions.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/