This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap fails on sparc-sun-solaris2.7
- To: Gcc bugs mailing list <gcc-bugs at gcc dot gnu dot org>
- Subject: bootstrap fails on sparc-sun-solaris2.7
- From: Igor Schein <igor at txc dot com>
- Date: Thu, 4 Jan 2001 14:06:43 -0500
- Reply-To: igor at txc dot com
Hi,
in current CVS development tree:
gcc -c -DIN_GCC -DSVR4 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/c-lex.c -o c-lex.o
In file included from tm_p.h:3,
from ../../gcc/c-lex.c:38:
../../gcc/config/sparc/sparc-protos.h:130: conflicting types for `fp_sethi_p'
insn-codes.h:238: previous declaration of `fp_sethi_p'
../../gcc/config/sparc/sparc-protos.h:131: conflicting types for `fp_mov_p'
insn-codes.h:239: previous declaration of `fp_mov_p'
../../gcc/config/sparc/sparc-protos.h:132: conflicting types for `fp_high_losum_p'
insn-codes.h:240: previous declaration of `fp_high_losum_p'
../../gcc/c-lex.c: In function `read_ucs':
../../gcc/c-lex.c:375: warning: integer constant is unsigned in ANSI C, signed with -traditional
make[2]: *** [c-lex.o] Error 1
Thanks
Igor