* fold-const.c (fold_convert): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 1998 16:17:08 +0000 (16:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 1998 16:17:08 +0000 (16:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19409 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fold-const.c

index f981008..f10752d 100644 (file)
@@ -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.
index afdd26b..05fa7fe 100644 (file)
@@ -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));