Re: [PATCH] Fix undefined/miscompiled construct in kernel parameters

Linus Torvalds (torvalds@transmeta.com)
Sun, 15 Jun 2003 09:52:47 -0700 (PDT)


On Sun, 15 Jun 2003, Andi Kleen wrote:
>
> The parse_args call in init/main.c does pointer arithmetic between two
> different external symbols. This is undefined in C (only pointer arthmetic
> in the same symbol is defined) and gets miscompiled on AMD64 with gcc 3.2,

That's silly. You're making the code less readable, with some silly
parameters. Why does it get miscompiled on amd64, and let's just fix that
one.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/