summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCharles G Waldman <cgw@alum.mit.edu>1999-02-15 17:39:51 -0700
committerJeff Law <law@gcc.gnu.org>1999-02-15 17:39:51 -0700
commit1aa8c7f5058e1d7598130757777215a46d88756f (patch)
tree0c5f932c2bcf1d7579a5b9dbe206954b1d38152f /gcc
parentd24f30e236f91face88c4cc8892cfdcd5f67ed60 (diff)
downloadgcc-1aa8c7f5058e1d7598130757777215a46d88756f.tar.gz
c-common.c (shorten_compare): Get the min/max value from the underlying type of an enumeration...
� * c-common.c (shorten_compare): Get the min/max value from the underlying type of an enumeration, not the enumerated type itself. From-SVN: r25226
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 5f11bfeacab..3687f136fed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 16 01:37:33 1999 Charles G Waldman <cgw@alum.mit.edu>
+
+ * c-common.c (shorten_compare): Get the min/max value from the
+ underlying type of an enumeration, not the enumerated type itself.
+
Mon Feb 15 11:33:51 1999 Jeffrey A Law (law@cygnus.com)
* jump.c: Include insn-attr.h.