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]
Other format: [Raw text]

Mainline bootstrap failure on i686-pc-linux-gnu

[Get raw message]
Richard,

Your change today

    Thu Nov 15 17:57:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
[...]
        * optabs.c: Likewise.
        (prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
        (emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.

did not change all the callers:

gcc -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I/home/pme/src/unified/gcc -I/home/pme/src/unified/gcc/. -I/home/pme/src/unified/gcc/config -I/home/pme/src/unified/gcc/../include /home/pme/src/unified/gcc/builtins.c -o builtins.o
/home/pme/src/unified/gcc/builtins.c: In function `expand_builtin_mathfn':
/home/pme/src/unified/gcc/builtins.c:1465: too many arguments to function `emit_cmp_and_jump_insns'
gmake[1]: *** [builtins.o] Error 1
gmake[1]: Leaving directory `/home/pme/build/build-2001-11-15/gcc'


I don't understand how this could have passed testing...

Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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