From 1aa8c7f5058e1d7598130757777215a46d88756f Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 15 Feb 1999 17:39:51 -0700 Subject: [PATCH] c-common.c (shorten_compare): Get the min/max value from the underlying type of an enumeration... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f11bfeacab7..3687f136fede 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 16 01:37:33 1999 Charles G Waldman + + * 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. -- 2.47.2