PR c++/24580
commit128890b9a89d06a43fedae16d64eaf8c07a9d5a4
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2005 20:22:00 +0000 (16 20:22 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2005 20:22:00 +0000 (16 20:22 +0000)
tree1881ef0d7802af8ac86d9f4c38b44d029e6eb5ac
parente2dc233cbd6359d6f75142e12b3532be5313d805
    PR c++/24580
        * method.c (locate_copy): Also use skip_artificial_parms here.
        (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
        for RECORD_TYPE.
        (locate_ctor): Abort if we fail to find a default constructor.

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