From 708bcaa7b1bf98a8b06abb2959067e62c72a827d Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Wed, 10 Feb 1999 17:10:44 -0700 Subject: [PATCH] fold-const.c (range_binop): Take account of the bounded nature of fixed length arithmetic when... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * fold-const.c (range_binop): Take account of the bounded nature of fixed length arithmetic when comparing unbounded ranges. From-SVN: r25145 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92da3b23e7c..50b3a2e5b18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 11 01:06:49 1999 Nathan Sidwell + + * fold-const.c (range_binop): Take account of the bounded nature + of fixed length arithmetic when comparing unbounded ranges. + Thu Feb 11 00:08:17 1999 John Wehle (john@feith.com) * function.c (assign_stack_temp_for_type): Clear best_p -- 2.30.2