]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-alias-warnings.c
./:
[thirdparty/gcc.git] / gcc / tree-ssa-alias-warnings.c
index 90484b10a5c3e4263b642a78b995411c509e4a3b..05d215c0f28d48198aa8d90dad945ef91000abc6 100644 (file)
@@ -835,8 +835,8 @@ strict_aliasing_warn (tree alias_site,
 static bool
 nonstandard_alias_types_p (tree type1, tree type2)
 {
-  HOST_WIDE_INT set1;
-  HOST_WIDE_INT set2;
+  alias_set_type set1;
+  alias_set_type set2;
 
   if (VOID_TYPE_P (type1) || VOID_TYPE_P (type2))
     return false;