Alexander Viro writes: > > > > On Wed, 6 Sep 2000, Andrew Morton wrote: > > > > cat t.c > > foo() > > { > > if (0) > > bar("hhhhhhh"); > > } > > > gcc -O2 -c t.c > > > strings t.o | grep hhh > > hhhhhhh Nasty, eh? > Eww... Do they _ever_ remove dead code? I guess not. Also, even if we get the compilers fixed, it will be some time before we can deploy the kind of change you're proposing (which I do agree looks a lot nicer: #ifdefs are ugly if for no other reason that they lie outside the brace levels). It will probably take about 5 years after a new version of GCC which has this fix before we can trust it to produce correct code for the kernel. Regards, Richard.... Permanent: [EMAIL PROTECTED] Current: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: 2.4.0-test8-pre1 is quite bad / how about integrating ... Linus Torvalds
- Re: 2.4.0-test8-pre1 is quite bad / how about integra... Martin Dalecki
- Re: 2.4.0-test8-pre1 is quite bad / how about int... Alexander Viro
- Re: 2.4.0-test8-pre1 is quite bad / how about... Martin Dalecki
- Re: 2.4.0-test8-pre1 is quite bad / how a... Alexander Viro
- Re: 2.4.0-test8-pre1 is quite bad / how a... Martin Dalecki
- Re: 2.4.0-test8-pre1 is quite bad / how a... Alexander Viro
- Re: 2.4.0-test8-pre1 is quite bad / how a... Andrew Morton
- Re: 2.4.0-test8-pre1 is quite bad / how a... Alexander Viro
- Re: 2.4.0-test8-pre1 is quite bad / how a... David S. Miller
- Re: 2.4.0-test8-pre1 is quite bad / how a... Richard Gooch
- Re: 2.4.0-test8-pre1 is quite bad / how a... Andrew Morton
- Re: 2.4.0-test8-pre1 is quite bad / how a... Linus Torvalds
- Re: 2.4.0-test8-pre1 is quite bad / how a... Alexander Viro
- Re: 2.4.0-test8-pre1 is quite bad / how a... Kai Henningsen
- Re: 2.4.0-test8-pre1 is quite bad / how a... Mike A. Harris
- Re: 2.4.0-test8-pre1 is quite bad / how about... Jamie Lokier
- Re: 2.4.0-test8-pre1 is quite bad / how a... Richard Gooch
- Re: 2.4.0-test8-pre1 is quite bad / how a... Alexander Viro
- Re: 2.4.0-test8-pre1 is quite bad / how a... Richard Gooch
- Re: 2.4.0-test8-pre1 is quite bad / how a... Peter Samuelson