OSDN Git Service

PR c++/6392
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Oct 2003 08:38:46 +0000 (08:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Oct 2003 08:38:46 +0000 (08:38 +0000)
commitadfb367fdaec59e3106dac538daeae3371f61afa
treed0f777b45d19a136899a383c83866e289a331465
parentd148dc287e5a7226fcddccd6b8d01b820852bc0f
    PR c++/6392
        * cp/tree.c (build_cplus_array_type): Handle all quals the same.
        (cp_build_qualified_type_real): Look through arrays first.
        * c-common.c (c_build_qualified_type): Look through arrays first.
        (c_apply_type_quals_to_decl): Look through arrays.

        * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
        types with constructors.

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