On Wed, Sep 06, 2000 at 01:28:45PM +1200, Chris Wedgwood wrote:

>       else
>               a = 5;
>   10: c7 05 00 00 00 00 05    movl   $0x5,0x0

In current GCC, this is optimised away even at -O0, because it's
generally quicker to do dead code elimination than to emit the dead
code at all.

Tim.
*/
-
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/

Reply via email to