This is the mail archive of the gcc@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]

Re: Bootstrap failure on Darwin


Richard Henderson <rth@redhat.com> writes:

> > Index: cse.c
> > -                 if (insn_count < sizeof insns / sizeof insn[0])
> > +                 if (insn_count < ARRAY_SIZE(insns))
> 
> Correct.  Please apply.

Sorry about that.

Ian


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