Re: [PATCH][2.6.6-rc3] gcc-3.4.0 fixes

From: Linus Torvalds
Date: Tue Jun 01 2004 - 12:29:42 EST




On Tue, 1 Jun 2004, Mikael Pettersson wrote:
>
> You're assuming pointers have uniform representation.

Are we?

I don't see any point where we cast any function pointers to anything
else.

We cast data pointers all over the place, but that is actually guaranteed
to work in C for some "large enough" integer type, and "unsigned long" is
pretty much it.

And even function pointers should be safeish. The fact that some broken
architecture (can you say "ia64"?) has totally idiotic calling conventions
and requires the caller to load the GP value is _their_ problem. The
architecture will either die or hide the fact that it's being silly. For
now it's hiding it.

Repeat after me: practice is more important than theory. A _lot_ more
important.

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