OSDN Git Service

* decl2.c (build_artificial_parm): Set TREE_READONLY.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Feb 2001 00:00:29 +0000 (00:00 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Feb 2001 00:00:29 +0000 (00:00 +0000)
commitbdea04153f392e6750c731597d7c727b6632490f
treeb1df6ce88ec335187d7ab55035afb765383f2829
parentff7fc6bf8cebf3c66d79416d881dcd1086d5ae9b
    * decl2.c (build_artificial_parm): Set TREE_READONLY.

        * decl.c (bad_specifiers): Allow throw specs on things with
        pointer-to-function or -member-function type.
        * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
        a pmf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39810 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/testsuite/g++.old-deja/g++.eh/spec7.C [new file with mode: 0644]