* tree-ssa.c (verify_flow_sensitive_alias_info): When
comparing points-to sets of different pointers, make sure the
second pointer is actually referenced in the code.
From-SVN: r85314
+2004-07-29 Diego Novillo <dnovillo@redhat.com>
+
+ * tree-ssa.c (verify_flow_sensitive_alias_info): When
+ comparing points-to sets of different pointers, make sure the
+ second pointer is actually referenced in the code.
+
2004-07-29 Zack Weinberg <zack@codesourcery.com>
* config/ia64/ia64.c (setjmp_operand): Delete, unused.
tree ptr2 = ssa_name (j);
struct ptr_info_def *pi2 = SSA_NAME_PTR_INFO (ptr2);
- if (!POINTER_TYPE_P (TREE_TYPE (ptr2)))
+ if (!TREE_VISITED (ptr2) || !POINTER_TYPE_P (TREE_TYPE (ptr2)))
continue;
if (pi2