OSDN Git Service

(expand_call): Use HOST_WIDE_INT instead of int when comparing a
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Aug 1992 01:36:27 +0000 (01:36 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Aug 1992 01:36:27 +0000 (01:36 +0000)
pointer to an integer constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1747 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/calls.c

index d46d103..6c18536 100644 (file)
@@ -607,7 +607,7 @@ expand_call (exp, target, ignore)
                                     structure_value_addr);
 
       /* If inlining succeeded, return.  */
-      if ((int) temp != -1)
+      if ((HOST_WIDE_INT) temp != -1)
        {
          int i;