This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: basic-improvements call for testers
> "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
>
> > I have two PRs open for BIB.
> > - 8521: Bootstrap failure on irix6.5
The irix 6.5 problem seems to be indirectly caused by HOST_WIDE_INT
stuff - preprocessor expect HOST_WIDE_INT to be wider than WCHAR that
can be 64bit for irix. Unless someone else will do it, I will debug it
afternoon.
Honza
> > - 8331: bootstrap failure in ada/decl.c on cygwin
>
> I don't have ready access to either of these platforms. I need you to
> track down (by binary search on the CVS repo, if necessary) the actual
> patch which caused each of these bootstrap failures. We can then
> figure out how to fix it.
>
> zw