diff options
author | Nathan Sidwell <nathan@acm.org> | 1999-02-10 17:10:44 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-10 17:10:44 -0700 |
commit | 708bcaa7b1bf98a8b06abb2959067e62c72a827d (patch) | |
tree | e74d5d786540a179b9e0dc1fb95590c7cc6c1855 | |
parent | efe38fabaecffd988b7ed5a2240d54fce1cbdd4a (diff) | |
download | gcc-708bcaa7b1bf98a8b06abb2959067e62c72a827d.zip gcc-708bcaa7b1bf98a8b06abb2959067e62c72a827d.tar.gz gcc-708bcaa7b1bf98a8b06abb2959067e62c72a827d.tar.bz2 |
fold-const.c (range_binop): Take account of the bounded nature of fixed length arithmetic when...
�
* fold-const.c (range_binop): Take account of the bounded nature
of fixed length arithmetic when comparing unbounded ranges.
From-SVN: r25145
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92da3b2..50b3a2e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 11 01:06:49 1999 Nathan Sidwell <nathan@acm.org> + + * 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 |