summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-07 01:01:54 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-07 01:01:54 +0000
commit7045d67a0850ff0a13466207ef318ef130407869 (patch)
tree0207ce2b34a5962b32c2886da0b90ccf59340bee /gcc/cp/cp-tree.h
parent1454962debf00d9ddc5451c5c4182f7d30375757 (diff)
downloadgcc-7045d67a0850ff0a13466207ef318ef130407869.tar.gz
* decl.c (lookup_name_real): Set the complain flag if we're
looking for a namespace member. * lex.c (real_yylex): We can have a number with no digits. * cvt.c (cp_convert_to_pointer): Don't force pmf conversions. * search.c (binfo_from_vbase): New fn. * cp-tree.h: Declare it. * cvt.c (cp_convert_to_pointer): Use it to diagnose conversion from pointer to member of virtual base. * typeck.c (get_delta_difference): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 5c7f7373653..cc076a0f17b 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -3343,6 +3343,7 @@ extern void reinit_search_statistics PROTO((void));
extern tree current_scope PROTO((void));
extern tree lookup_conversions PROTO((tree));
extern tree binfo_for_vtable PROTO((tree));
+extern int binfo_from_vbase PROTO((tree));
extern tree dfs_walk PROTO((tree,
tree (*)(tree, void *),
tree (*) (tree, void *),