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]

bootrap failure: gcc/print-rtl.c:276: incompatible types in assignment


Dear Richard (Jeff),

your patch (which has been installed by Jeff)

 Mon Jul  6 22:14:31 1998  Richard Henderson  (rth@cygnus.com)

        * print-rtl.c (print_rtx): Display the real-value equivalent of
        a const_double when easy.

has broken egcs-CVS at least on i386-unknown-freebsd2.2.6 when
bootstrapped with gcc 2.7.2.1:

-------- snip --------
gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs/gcc
-I../../egcs/gcc/config ../../egcs/gcc/print-
rtl.c
../../egcs/gcc/print-rtl.c: In function `print_rtx':
../../egcs/gcc/print-rtl.c:276: incompatible types in assignment
gmake[2]: *** [print-rtl.o] Error 1
gmake[2]: Leaving directory `/tmp/OBJ-0707-12:53/gcc'
gmake[1]: *** [bootstrap] Error 2
-------- snip --------

(I have done CVS `updates` more than 20 minutes after first experiencing
this problem, so it's not supposed to be an intermittent problem.)

Hope this helps,
Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/




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