From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Thu, 12 Oct 2006 07:31:12 +0200

> This program demonstrates the effect, it doesn't output the expected
> "1 2" but "1 4294967042" on my x86_64 (gcc-Version 4.1.2 20060901
> (prerelease) (Debian 4.1.1-13)). The initialization doesn't touch
> the padding bytes:
> 
> 0x0000000000400494 <test+8>:    movl   $0x1,0xfffffffffffffff0(%rbp)
> 0x000000000040049b <test+15>:   movb   $0x2,0xfffffffffffffff4(%rbp)

Crap, ok we need to fix this.

I even looked at the assembler for a little test foo.c bit
of code... must have misread the sparc64 asm :)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to