From 707bbb16a00597612c6857fd570a533dbf6ee28d Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Wed, 10 Feb 1999 17:15:08 -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: r25147 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a3264c18754..cd635564a26b 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. + Wed Feb 10 11:03:22 1999 Richard Henderson * configure.in (alphaev6*): Fix typo in target_cpu_default2. -- 2.47.2