fold-const.c (fold_truthop): Make the field reference unsigned when converting a...
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>
Thu, 27 May 1999 02:33:56 +0000 (20:33 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 May 1999 02:33:56 +0000 (20:33 -0600)

        * fold-const.c (fold_truthop): Make the field reference unsigned
        when converting a single bit compare.

From-SVN: r27201

gcc/ChangeLog

index 4f6f109f219bf3e94827f5eae7898eba9bc7b15a..80f74ea8b867d8bef22798536417c591810db6f1 100644 (file)
@@ -1,3 +1,8 @@
+1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * 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 <amylaar@cygnus.co.uk>
 
        * loop.c (strength_reduce): Don't do biv->giv conversion on constants.