projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8102310
)
* fold-const.c (fold_range_test): Always return a value.
author
Jeffrey A Law
<law@cygnus.com>
Sun, 1 Mar 1998 17:04:14 +0000
(17:04 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 1 Mar 1998 17:04:14 +0000
(10:04 -0700)
From-SVN: r18343
gcc/ChangeLog
patch
|
blob
|
history
gcc/fold-const.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8a261c54045e145d1b5e15bba4e6198b7c5a124e..6e05c506e65d4ee53341ddc515eed9cb1ef84067 100644
(file)
--- 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 <khan@xraylith.wisc.edu>
* config/i386/winnt.c (i386_pe_unique_section): Put read-only
diff --git
a/gcc/fold-const.c
b/gcc/fold-const.c
index 12d9cadad3d0722af532c9c6e550b755bccf4559..32f399623692f6d67a6910c6bb0490b5574a02e2 100644
(file)
--- 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;
}
\f
/* Subroutine for fold_truthop: C is an INTEGER_CST interpreted as a P