This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
LONG_TYPE_SIZE in mips.h is wrong
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>, gcc-bugs at gcc dot gnu dot org
- Subject: LONG_TYPE_SIZE in mips.h is wrong
- From: Andreas Jaeger <aj at suse dot de>
- Date: 27 Mar 2000 17:46:27 +0200
Richard,
here's one more problem for mips-linux with your recent change:
In file included from /home/sites/home/users/aj/builds/gcc/gcc/f/com.c:200:
/home/sites/home/users/aj/builds/gcc/gcc/f/com.h:130:18: syntax error in #if
<command line>: unterminated `#if' conditional
/home/sites/home/users/aj/builds/gcc/gcc/f/com.h:140:18: syntax error in #if
<command line>: unterminated `#if' conditional
In file included from /home/sites/home/users/aj/builds/gcc/gcc/f/com.c:200:
/home/sites/home/users/aj/builds/gcc/gcc/f/com.h:179:53: `#endif' not within a conditional
In file included from /home/sites/home/users/aj/builds/gcc/gcc/f/com.c:200:
/home/sites/home/users/aj/builds/gcc/gcc/f/com.h:392:6: `#endif' not within a conditional
make[3]: *** [com.o] Error 1
mips.h has:
#define LONG_TYPE_SIZE ((unsigned int) (TARGET_LONG64 ? 64 : 32))
line 130 (140 is also uses LONG_TYPE_SIZE) of f/com.h is:
#if LONG_TYPE_SIZE == FLOAT_TYPE_SIZE
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de