GCC quality (was Re: AMD-64 optimizations, some (new) code)
Gabriel Dos Reis
gdr at integrable-solutions.net
Sat Oct 1 01:18:57 CEST 2005
Torbjorn Granlund <tege at swox.com> writes:
| A somewhat common bug is to rewrite (x > N) as (x - N > 0) with
| variations. This was triggered recently for alpha, where the
| latter allows for 16 bit constants whereas the former only allows
| 8-bit constants.
That is worrysome. Was a GCC PR filed for it?
-- Gaby
More information about the gmp-discuss
mailing list