> I see. So Jamie was right and we reproduced a case of miscompilation. Umm ... "miscompilation"? As in the compiler produced the wrong code based on the input provided? int * p; ... a = *p; movl p,%eax movl (%eax),%edx The assembly code appears to load the address stored at p (keep in mind that p is a pointer), then use that address to fetch the value which is placed in a. What do you believe should have been generated by the compiler? -- John ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: [EMAIL PROTECTED] | | John Wehle | Fax: 1-215-540-5495 | | ------------------------------------------------------------------------- - 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: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constraint Andrea Arcangeli
- Re: GCC proposal for "@" asm constrai... Jamie Lokier
- Re: GCC proposal for "@" asm cons... Richard Henderson
- Re: GCC proposal for "@" asm ... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... Andrea Arcangeli
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constrai... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... David Howells
- Re: GCC proposal for "@" asm ... Andrea Arcangeli
- Re: GCC proposal for "@" asm constraint John Wehle
- Re: GCC proposal for "@" asm constrai... Andrea Arcangeli
- Re: GCC proposal for "@" asm cons... Andrea Arcangeli
- Re: GCC proposal for "@" asm ... Linus Torvalds
- Re: GCC proposal for "@"... Andrea Arcangeli
- Re: GCC proposal for "@&q... Linus Torvalds
- Re: GCC proposal for "... Andrea Arcangeli
- Re: GCC proposal for "@"... Alan Cox
- 2.2.17 Stuck TCP ESTABLISHED s... Philippe Troin