From: Charles G Waldman Date: Tue, 16 Feb 1999 00:39:51 +0000 (-0700) Subject: c-common.c (shorten_compare): Get the min/max value from the underlying type of an... X-Git-Tag: prereleases/egcs-1.1.2-prerelease-1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa8c7f5058e1d7598130757777215a46d88756f;p=thirdparty%2Fgcc.git 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 --- 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.