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: [3.0 branch] x86 bootstrap failure


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

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

I've fixed this under the "obvious rule" some minutes ago,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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