This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: 1991102 snapshot build failure using cc
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: RE: 1991102 snapshot build failure using cc
- From: "Billinghurst, David (RTD)" <David dot Billinghurst at riotinto dot com dot au>
- Date: Wed, 3 Nov 1999 05:35:18 -0000
Need to "#include toplev.h" - see patch to gcc-patches
> -----Original Message-----
> From: Billinghurst, David (RTD) [SMTP:David.Billinghurst@riotinto.com.au]
> Sent: Wednesday, 3 November 1999 16:19
> To: 'gcc-bugs@gcc.gnu.org'
> Subject: 1991102 snapshot build failure using cc
>
> Building 1991102 snapshot with MIPSpro Version 7.2.1 cc fails with
>
> cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I.
> -I/exd4/billingd/src/egcs-19991102/gcc
> -I/exd4/billingd/src/egcs-19991102/gcc/config
> -I/exd4/billingd/src/egcs-19991102/gcc/../include
> /exd4/billingd/src/egcs-19991102/gcc/rtl.c
> "/exd4/billingd/src/egcs-19991102/gcc/rtl.c", line 364: warning(1185):
> enumerated type mixed with another type
> code = GET_CODE (orig);
> ^
>
> "/exd4/billingd/src/egcs-19991102/gcc/rtl.c", line 482: warning(1185):
> enumerated type mixed with another type
> code = GET_CODE (orig);
> ^
>
> "/exd4/billingd/src/egcs-19991102/gcc/rtl.c", line 570: warning(1185):
> enumerated type mixed with another type
> register RTX_CODE code = GET_CODE (orig);
> ^
>
> "/exd4/billingd/src/egcs-19991102/gcc/rtl.c", line 605: warning(1185):
> enumerated type mixed with another type
> code = GET_CODE (x);
> ^
>
> "/exd4/billingd/src/egcs-19991102/gcc/rtl.c", line 1246: error(1153):
> declaration is incompatible with previous "fatal" (declared at
> line
> 925)
> extern void fatal PVPROTO ((const char *, ...))
> ^
>
> 1 error detected in the compilation of
> "/exd4/billingd/src/egcs-19991102/gcc/rtl.c".
>