aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>1999-05-26 20:33:56 -0600
committerJeff Law <law@gcc.gnu.org>1999-05-26 20:33:56 -0600
commit8eba681fa548a27e42fa7a97a6ae06cff81824f6 (patch)
tree79054c3795936d3eae269982d70d42384cdcc28e /gcc
parentdd559f4efe81e2464ef4318e60ea570332688a8a (diff)
downloadgcc-8eba681fa548a27e42fa7a97a6ae06cff81824f6.zip
gcc-8eba681fa548a27e42fa7a97a6ae06cff81824f6.tar.gz
gcc-8eba681fa548a27e42fa7a97a6ae06cff81824f6.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4f6f109..80f74ea 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.