compiling glibc-2.3.1 with gcc-3.2.1 for pentium >= II

Richard Henderson rth@redhat.com
Wed Jan 8 23:44:00 GMT 2003


On Wed, Jan 08, 2003 at 02:44:49AM +0100, Rene Rebe wrote:
> It is a gcc issue, since a Athlon optimised gcc-3.2.1 is able to
> compile the same preprocessed file ...

No it isn't.  

The problem is that when optimizing for i686, you'll find that
the moral equivalent to

#define i686 1

is in scope, and that one of the sysdep macros is using that
symbol, and *not* expecting it to be defined to anything.


r~



More information about the Gcc mailing list