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]

[3.0 branch] x86 bootstrap failure


I get a bootstrap failure on the 3.0 branch on i686-pc-linux-gnu:

../../gcc-3cvs/gcc/config/i386/i386.c: In function `ix86_save_reg':
../../gcc-3cvs/gcc/config/i386/i386.c:1872: argument `maybe_eh_return' doesn't match prototype
../../gcc-3cvs/gcc/config/i386/i386.c:481: prototype declaration

One place uses int, the other uses bool.  It looks like Kaveh's patch
changing bool to int here has been only partly merged to the branch in the
EH merge.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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