This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/8538] real.h `test_real_width' assertion fails when sizeof(long) == sizeof(long long) == 8


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8538



------- Additional Comments From rbrown64@csc.com.au  2003-05-27 07:22 -------
Subject: Re:  real.h `test_real_width' assertion fails when
 sizeof(long) == sizeof(long long) == 8

Assertion still triggers in 3.3.1 0519 prerelease

stage1/xgcc -Bstage1/ -B/usr/local/64-bit/sparcv9-sun-solaris2.8/bin/ -c -g \
 -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes \
 -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H \
 -DGENERATOR_FILE -I. -I. -I../../gcc-20030519/gcc -I../../gcc-20030519/gcc/. \
 -I../../gcc-20030519/gcc/config -I../../gcc-20030519/gcc/../include \
 ../../gcc-20030519/gcc/gengenrtl.c -o gengenrtl.o
In file     included from ../../gcc-20030519/gcc/gengenrtl.c:29:
../../gcc-20030519/gcc/real.h:67: error: size of array `test_real_width' is negative
make[2]: *** [gengenrtl.o] Error 1
make[2]: Leaving directory `/space/home/rdb/src/gcc-20030519.obj/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/space/home/rdb/src/gcc-20030519.obj/gcc'
make: *** [bootstrap-lean] Error 2

$ gcc/stage1/xgcc -v
Using built-in specs.
Configured with: ../gcc-20030519/configure --host=sparcv9-sun-solaris2.8 --exec-prefix=/usr/local/64-bit --with-gnu-as
--with-as=/usr/local/64-bit/bin/as --with-gnu-ld      --with-ld=/usr/local/64-bit/bin/ld
Thread model: posix
gcc version 3.3.1 20030519 (prerelease)





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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