(struct tree_decl): saved_insns.i is HOST_WIDE_INT.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 5 Jan 1997 03:33:30 +0000 (22:33 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 5 Jan 1997 03:33:30 +0000 (22:33 -0500)
From-SVN: r13378

gcc/tree.h

index 58f23414a226a8cdcc74c4b3dd45ca72ee14a6d9..dc2714e4bd4267bb321975b3b45a625bd415efdd 100644 (file)
@@ -1,5 +1,5 @@
 /* Front-end tree definitions for GNU compiler.
-   Copyright (C) 1989, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1989, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -1158,7 +1158,7 @@ struct tree_decl
      alignment.  */
   union {
     struct rtx_def *r;
-    int i;
+    HOST_WIDE_INT i;
   } saved_insns;
   union tree_node *vindex;
   /* Points to a structure whose details depend on the language in use.  */