OSDN Git Service

PR c++/38410
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2008 06:04:50 +0000 (06:04 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2008 06:04:50 +0000 (06:04 +0000)
commit352649dc55bb53249b99368de7cf114fe436a32b
tree3f57073523259bbf324791a19922b2e0b03088dd
parent6af35ce55b6642bc88c58e539ced2c27cdfca3e4
    PR c++/38410
        * gimplify.c (gimplify_init_constructor): Don't write out a static
        copy of the CONSTRUCTOR for TREE_ADDRESSABLE types or small sparse
        initializers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142580 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ctor1.c [new file with mode: 0644]