This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR optimization/11210
On Sun, 2003-06-29 at 00:51, Eric Botcazou wrote:
> This patch is not correct either (it was the first thing I tried and it
> caused a bootstrap failure on x86): it turns every comparison on unsigned
> bitfields into a signed comparison. Thus
Yes, my patch doesn't work. I am looking into this so I can understand
why Eric's second patch does work. Meanwhile, if someone wants to
revert Eric's first patch to get a working toolchain again that is OK
with me.
Jim