typeck.c (common_type): Handle cv-qual unification for pointers to members.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 25 Mar 1999 03:06:16 +0000 (03:06 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 25 Mar 1999 03:06:16 +0000 (22:06 -0500)
commit5b163de4083bc0d51829489c9a08c7357a5de20c
tree08a5b1f87d7c24ecab479d4bc480cfa1d0eedfee
parent63681b5ff9a024c5fd85b4cc853e4c1238f97f12
typeck.c (common_type): Handle cv-qual unification for pointers to members.

* typeck.c (common_type): Handle cv-qual unification for pointers
to members.
* decl.c (unqualified_namespace_lookup): Return error_mark_node
on error.
(lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.
* lex.c (do_identifier): If we got error_mark_node, call
lookup_name again.

From-SVN: r25967
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/typeck.c