typeck.c (get_member_function_from_ptrfunc): Reorganize.
authorJason Merrill <jason@redhat.com>
Thu, 9 May 2002 17:27:37 +0000 (13:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 9 May 2002 17:27:37 +0000 (13:27 -0400)
commitc87978aa20c2807f8654f16ac3668ea67e9e5a9a
tree8de79106bf22e9d38596fd2528e50ab966541607
parentff431459927172204c448438bf7de202480a9d87
typeck.c (get_member_function_from_ptrfunc): Reorganize.

        * typeck.c (get_member_function_from_ptrfunc): Reorganize.
        Use subtraction rather than a bitmask to get the index.
        * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.

        * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.

From-SVN: r53335
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/cp/pt.c
gcc/cp/typeck.c