This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap failure in real.h for sparc64-unknown-linux-gnu with trunk


The stage1 compiler is failing the `test_real_width' test in real.h on
sparc64-unknown-linux-gnu.

The guess that's made for REAL_WIDTH appears to be wrong because my
system compiler and stage1 compiler don't agree on sizeof(long).  The
system gcc defaults to 32-bit longs, but I'm building a compiler which
defaults to 64-bit longs.  The stage1 compiler ends up running with
SIZEOF_LONG == 4, when SIZEOF_LONG really should be 8.

Any suggestions?

AG





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]