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
I am trying an x86-linux bootstrap with my patch to see if I can
reproduce this failure. If I can see this problem, then I will be
better able to understand your patch and will look at it again.
Jim