irix bootstrap failure in gcc/integrate.c

Andrew Pinski pinskia@physics.uc.edu
Thu Oct 18 17:18:00 GMT 2001


This is the same problem as I just sent a message saying how to fix, at 
least I think,
I am a new developer to gcc.

Thanks,
Andrew Pinski

On Thursday, October 18, 2001, at 08:12 , Billinghurst, David (CRTS) 
wrote:

> Current CVS fails to bootstrap on irix 6.5 using cc
>
> May be due to
>
> Thu Oct 18 16:07:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
>
> 	* function.c (assign_parms): Set REGNO_DECL.
> 	* integrate.c (integrate_decl_tree): Likewise.
>
> cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I.
> -I/exd4/billingd/src/gcc-mainline/gcc
> -I/exd4/billingd/src/gcc-mainline/gcc/.
> -I/exd4/billingd/src/gcc-mainline/gcc/config
> -I/exd4/billingd/src/gcc-mainline/gcc/../include
> /exd4/billingd/src/gcc-mainline/gcc/integrate.c -o integrate.o
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 707: 
> warning(1185):
>           enumerated type mixed with another type
>         mode = TYPE_MODE (DECL_ARG_TYPE (formal));
>              ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 724: 
> warning(1185):
>           enumerated type mixed with another type
>                  TYPE_MODE (TREE_TYPE (TREE_VALUE (actual))), 0);
>                  ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 724: 
> warning(1185):
>           enumerated type mixed with another type
>                  TYPE_MODE (TREE_TYPE (TREE_VALUE (actual))), 0);
>                                                               ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 740: 
> warning(1185):
>           enumerated type mixed with another type
>         enum machine_mode mode = TYPE_MODE (TREE_TYPE (formal));
>                                  ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 764: 
> warning(1185):
>           enumerated type mixed with another type
>               enum machine_mode pmode = TYPE_MODE (TREE_TYPE (formal));
>                                         ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 775: 
> warning(1185):
>           enumerated type mixed with another type
>                                            TYPE_MODE (TREE_TYPE (arg)),
>                                            ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 1081: 
> warning(1185):
>
>           enumerated type mixed with another type
>         enum machine_mode departing_mode = TYPE_MODE (type);
>                                            ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 1144: 
> warning(1185):
>
>           enumerated type mixed with another type
>         enum machine_mode departing_mode = TYPE_MODE (type);
>                                            ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 1281: 
> warning(1185):
>
>           enumerated type mixed with another type
>         target = gen_rtx_MEM (TYPE_MODE (type),
>                               ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 1282: 
> warning(1185):
>
>           enumerated type mixed with another type
>                             memory_address (TYPE_MODE (type),
>                                             ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 1788: 
> error(1044):
>           expression must have pointer type
>               REGNO_DECL (REGNO (XEPX (r, 1))) = d;
>                                              ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 1988: 
> warning(1110):
>
>           statement is unreachable
>           abort ();
>           ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 2197: 
> warning(1110):
>
>           statement is unreachable
>         break;
>         ^
>
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c", line 2237: 
> warning(1110):
>
>           statement is unreachable
>         break;
>         ^
>
> 1 error detected in the compilation of
> "/exd4/billingd/src/gcc-mainline/gcc/integrate.c".
>



More information about the Gcc-bugs mailing list