projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de12be1
)
* fold-const.c (fold_convert): Fix typo.
author
Jeffrey A Law
<law@cygnus.com>
Sat, 25 Apr 1998 16:17:08 +0000
(16:17 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sat, 25 Apr 1998 16:17:08 +0000
(10:17 -0600)
From-SVN: r19409
gcc/ChangeLog
patch
|
blob
|
history
gcc/fold-const.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f98100817f84e76d6b12134bbc175d5e9c5eda12..f10752db193582d0fcd8bb3996200b624e46ab41 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Sat Apr 25 17:17:15 1998 Jeffrey A Law (law@cygnus.com)
+
+ * fold-const.c (fold_convert): Fix typo.
+
Sat Apr 25 17:55:54 1998 John Carr <jfc@mit.edu>
* alias.c (alias_invariant): New variable.
diff --git
a/gcc/fold-const.c
b/gcc/fold-const.c
index afdd26b679d85d28b411f0a3392ba51c6a7fcc2e..05fa7fead4e770e4e205569e6a007c59d5a6e092 100644
(file)
--- a/
gcc/fold-const.c
+++ b/
gcc/fold-const.c
@@
-1521,7
+1521,7
@@
fold_convert (t, arg1)
TREE_OVERFLOW (t)
= ((force_fit_type (t,
(TREE_INT_CST_HIGH (arg1) < 0
- & (TREE_UNSIGNED (type)
+ &
&
(TREE_UNSIGNED (type)
< TREE_UNSIGNED (TREE_TYPE (arg1)))))
&& ! POINTER_TYPE_P (TREE_TYPE (arg1)))
|| TREE_OVERFLOW (arg1));