]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/cvt.c
* typeck.c (get_member_function_from_ptrfunc): Reorganize.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2002 17:27:37 +0000 (17:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2002 17:27:37 +0000 (17:27 +0000)
commit311e42bc025027960c12f400ca349ec5e4aa52d2
tree8de79106bf22e9d38596fd2528e50ab966541607
parent4c002378147f683677366030792546406d7fbf9c
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53335 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/cp/pt.c
gcc/cp/typeck.c