OSDN Git Service

2004-08-19 Daniel Berlin <dberlin@dberlin.org>
[pf3gnuchains/gcc-fork.git] / gcc / tree-alias-common.h
index bf3cfcb..ec93ce3 100644 (file)
@@ -105,11 +105,11 @@ struct tree_alias_ops
   void *data;
 
   /* Interprocedural.  */
-  int ip:1; 
+  unsigned int ip:1; 
 
   /* Can do conservative interprocedural analysis if we save the 
    * info.  */
-  int ip_partial:1; 
+  unsigned int ip_partial:1; 
 
 };