From: Andreas Schwab Date: Thu, 27 May 1999 02:33:56 +0000 (-0600) Subject: fold-const.c (fold_truthop): Make the field reference unsigned when converting a... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8eba681fa548a27e42fa7a97a6ae06cff81824f6;p=gcc.git fold-const.c (fold_truthop): Make the field reference unsigned when converting a single bit compare. � * fold-const.c (fold_truthop): Make the field reference unsigned when converting a single bit compare. From-SVN: r27201 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f6f109f219..80f74ea8b86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1999-05-27 Andreas Schwab + + * fold-const.c (fold_truthop): Make the field reference unsigned + when converting a single bit compare. + Thu May 27 02:40:48 1999 J"orn Rennecke * loop.c (strength_reduce): Don't do biv->giv conversion on constants.