OSDN Git Service

PR c++/8186
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Oct 2002 21:42:46 +0000 (21:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Oct 2002 21:42:46 +0000 (21:42 +0000)
commit0f4dfd04394483ac38333cedcabb1ff7aed9d4b0
tree04aa0aa91b9adb53b30b87f93d942e389537dd4a
parentae5242d3850d39b72d4493e004a85cf6d42a34cb
    PR c++/8186
        * cp-tree.h (ADDR_IS_INVISIREF): New macro.
        * call.c (convert_for_arg_passing): Set it.
        * except.c (stabilize_throw_expr): Recurse for such an arg.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58696 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/except.c
gcc/testsuite/g++.dg/eh/stabilize.C [new file with mode: 0644]