dpatel 02/10/01 14:21:50
Modified: gcc/cp typeck.c
Log:
FSF Merge cleanup.
Revision Changes Path
1.34 +1 -4 gcc3/gcc/cp/typeck.c
Index: typeck.c
===================================================================
RCS file: /cvs/Darwin/gcc3/gcc/cp/typeck.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- typeck.c 2002/09/25 01:35:28 1.33
+++ typeck.c 2002/10/01 21:21:49 1.34
@@ -2613,10 +2613,7 @@
else
/* APPLE LOCAL end 2.95-ptmf-compatibility turly 20020314 */
delta2 = delta;
- vtbl = build
- (PLUS_EXPR,
- build_pointer_type (build_pointer_type (vtable_entry_type)),
- vtbl, cp_convert (ptrdiff_type_node, delta2));
+
/* Convert down to the right base before using the instance. First
use the type... */
basetype = TYPE_METHOD_BASETYPE (TREE_TYPE (fntype));