This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Wed, May 15, 2002 at 09:15:27AM +0200, Eric Botcazou wrote: > * fold-const.c (fold) [LT_EXPR]: Move the transformation of a > comparison against the highest or lowest integer value before > the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)' > transformation and that of an unsigned comparison against 0 > right after. Applied. r~
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |