* search.c (get_dynamic_cast_base_type): When building a new
constant, set its type to ssizetype.
From-SVN: r41117
+Thu Apr 5 16:54:29 2001 J"orn Rennecke <amylaar@redhat.com>
+
+ * search.c (get_dynamic_cast_base_type): When building a new
+ constant, set its type to ssizetype.
+
2001-04-04 Jakub Jelinek <jakub@redhat.com>
* optimize.c (expand_call_inline): Only add newly inlined statements
if (!boff)
return offset;
- return build_int_2 (boff, -1);
+ offset = build_int_2 (boff, -1);
+ TREE_TYPE (offset) = ssizetype;
+ return offset;
}
/* Search for a member with name NAME in a multiple inheritance lattice