OSDN Git Service

* tree.h (build_int_cst): New, sign extended constant.
[pf3gnuchains/gcc-fork.git] / gcc / cp / search.c
index 1c52a94..4acd2d5 100644 (file)
@@ -347,7 +347,7 @@ get_dynamic_cast_base_type (tree subtype, tree target)
   
   if (!boff)
     return offset;
-  offset = build_int_cst (ssizetype, boff, -1);
+  offset = build_int_cst (ssizetype, boff);
   return offset;
 }