From: Jeffrey A Law Date: Sun, 1 Mar 1998 17:04:14 +0000 (+0000) Subject: * fold-const.c (fold_range_test): Always return a value. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de153e82901428764173c157c0647ccc5e532f22;p=gcc.git * fold-const.c (fold_range_test): Always return a value. From-SVN: r18343 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a261c54045..6e05c506e65 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 1 18:06:21 1998 Jeffrey A Law (law@cygnus.com) + + * fold-const.c (fold_range_test): Always return a value. + Sun Mar 1 17:57:34 1998 Mumit Khan * config/i386/winnt.c (i386_pe_unique_section): Put read-only diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 12d9cadad3d..32f39962369 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -3255,8 +3255,9 @@ fold_range_test (exp) TREE_TYPE (exp), lhs, rhs); } } - else - return 0; + + + return 0; } /* Subroutine for fold_truthop: C is an INTEGER_CST interpreted as a P