This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimizer bug in egcs-1.0.3a
- To: Bruno Haible <haible at ilog dot fr>
- Subject: Re: optimizer bug in egcs-1.0.3a
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 17 Jun 1998 19:12:26 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199806161206.OAA11840@halles.ilog.fr>you write:
>
> Hi,
>
> Here gcc simplifies two comparisons of the same term against adjacent
> values into a single range check, but forgets that the range check is
> to be done on a byte, not an int.
Thanks. I just checked in a fix for this into the mainline tree as
well as a testcase for this bug.
jeff