summaryrefslogtreecommitdiffstats
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-12 10:37:48 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-12 10:37:48 +0000
commitd75b8a6881a6a4cf009cf42d15035e95625272ff (patch)
treee842bdffad01a761829f0825c82412f3366de806 /gcc/cp/decl.c
parentc384cddfc0d9f4a71099cc63e5f09991b2b65291 (diff)
downloadppe42-gcc-d75b8a6881a6a4cf009cf42d15035e95625272ff.tar.gz
ppe42-gcc-d75b8a6881a6a4cf009cf42d15035e95625272ff.zip
Reverted Geoff Keating's 2001-05-03's patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41988 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index b04206d0f68..54d84f47ddd 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -6303,7 +6303,6 @@ initialize_predefined_identifiers ()
{ "nelts", &nelts_identifier, 0 },
{ THIS_NAME, &this_identifier, 0 },
{ VTABLE_PFN_NAME, &pfn_identifier, 0 },
- { "__vflag", &pfn_vflag_identifier, 0 },
{ "__pfn_or_delta2", &pfn_or_delta2_identifier, 0 },
{ "_vptr", &vptr_identifier, 0 },
{ "__vtt_parm", &vtt_parm_identifier, 0 },
@@ -9157,14 +9156,7 @@ build_ptrmemfunc_type (type)
fields[0] = build_decl (FIELD_DECL, pfn_identifier, type);
fields[1] = build_decl (FIELD_DECL, delta_identifier,
delta_type_node);
- if (FUNCTION_BOUNDARY < 16)
- {
- fields[2] = build_decl (FIELD_DECL, pfn_vflag_identifier,
- char_type_node);
- finish_builtin_type (t, "__ptrmemfunc_type", fields, 2, ptr_type_node);
- } else {
- finish_builtin_type (t, "__ptrmemfunc_type", fields, 1, ptr_type_node);
- }
+ finish_builtin_type (t, "__ptrmemfunc_type", fields, 1, ptr_type_node);
/* Zap out the name so that the back-end will give us the debugging
information for this anonymous RECORD_TYPE. */
OpenPOWER on IntegriCloud