egcs 1.0.2

H.J. Lu hjl@lucon.org
Sun Feb 15 08:42:00 GMT 1998


> 
> 
>   In message < m0y46zd-0004ecC@ocean.lucon.org >you write:
>   > >   > tag do I specify for that ?
>   > > -regcs_1_00_branch
>   > > 
>   > > Will check out the 1.0.x branch.
>   > 
>   > I have 8 patches for egcs 1.0.2. I have sent 3 of them, which have
>   > yet to be acked. Should I send my other 5 or should I wait for
>   > the backlog to be cleared first?
> Please wait for the backlog to clear.
> 
> Also, are this *critical* patches?  Some of the stuff I've seen go
> by look more complex than I would prefer for 1.0.2.
> 

One of them is definitely critical. egcs 1.0.1 is broken on x86 at
least with long double. I don't know what else is not working
right. Basically egcs 1.0.1 turns

if (exp1 && exp2)

into

if (exp1)

under certain conditions. As for others, they make it to work on glibc
2.1 and fix some libstdc++ bugs.

BTW, most of them are already in the main trunk. Only 2 patches are
new.

Thanks.

-- 
H.J. Lu (hjl@gnu.org)



More information about the Gcc mailing list