From: Richard Earnshaw Date: Wed, 24 Mar 1999 22:48:37 +0000 (+0000) Subject: fold-const.c (make_range): If orig_type is unset, set it as soon as we know the type. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc33944a7a4ad12e11ce9e278f028be948189575;p=gcc.git fold-const.c (make_range): If orig_type is unset, set it as soon as we know the type. * fold-const.c (make_range): If orig_type is unset, set it as soon as we know the type. Remove now unnecessary set of orig_type for conversions. Co-Authored-By: Jeffrey A Law From-SVN: r25959 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 43c57969f53..36dee71a4da 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Tue Mar 23 15:45:25 1999 Richard Earnshaw (rearnsha@arm.com) + Jeff Law + + * fold-const.c (make_range): If orig_type is unset, set it as soon + as we know the type. Remove now unnecessary set of orig_type for + conversions. + Wed Mar 24 23:27:25 1999 Mark Elbrecht TYPE_PRECISION (orig_type)) break;