* fold-const.c (fold_convert): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Sat, 25 Apr 1998 16:17:08 +0000 (16:17 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 25 Apr 1998 16:17:08 +0000 (10:17 -0600)
From-SVN: r19409

gcc/ChangeLog
gcc/fold-const.c

index f98100817f84e76d6b12134bbc175d5e9c5eda12..f10752db193582d0fcd8bb3996200b624e46ab41 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 afdd26b679d85d28b411f0a3392ba51c6a7fcc2e..05fa7fead4e770e4e205569e6a007c59d5a6e092 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));