This is the mail archive of the gcc-patches@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: Another AIX Bootstrap failure


> > +  /* Depending on linker choice, this one may bind locally
> > +     or to the other unit.  */
> > +  if (!testcount && !test2count)
> > +    abort();
> > +  tt();
> > +
> > +  if ((testcount != 1 || test2count != 3)
> > +      && (testcount != 3 || test2count != 1))
> > +    abort ();
> > +  reutrn 0;
> ^^^^^^^^^^^^^^^^^ typo
> > +}
> 
> return 0;
> 
> You probably should run the testcases before committing them.

Uhm, sorry. I must have messed up testing.
I commited the fix.

Honza


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