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-Tag: releases/libgcj-2.95.0~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eba681fa548a27e42fa7a97a6ae06cff81824f6;p=thirdparty%2Fgcc.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 4f6f109f219b..80f74ea8b867 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.