> Good decision,
> 
> I have recently compiled half of the Rawhide-19991229 distribution
> with gcc-2.95.2-3, running kernel-2.2.13-0.9 and using glibc-2.1.2-17
> without problems. Please also forward the most recent .src.rpm
> packages to RawHide.

gcc 2.95.2-3 will build a lot of packages. Not all of them work properly after
building with -O2 be very very aware of this. As well as the asm problems
there are some interesting loop bugs. Take this one from the glibc bugs
set.

       i = 0;
       while (i < 7) {
               Picklist[i] = Picklist[i + 1];
               i++;
       }

This simple sequence, not that horrendously uncommon is mishandled by gcc
2.95

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to