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]

RE: 1991102 snapshot build failure using cc


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".
> 

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