PR c++/49673
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jul 2011 14:24:14 +0000 (14:24 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jul 2011 14:24:14 +0000 (14:24 +0000)
commit98a33d9f2eb0aa7d656632d8e9705067de024560
tree75549a817713216b259210ff71bebd09b571d835
parent0b9b1b4d935b78422a63c7b88b59fd7180fee338
PR c++/49673
gcc/c-family/
* c-common.c (c_apply_type_quals_to_decl): Don't check
TYPE_NEEDS_CONSTRUCTING.
gcc/cp/
* typeck.c (cp_apply_type_quals_to_decl): Don't check
TYPE_NEEDS_CONSTRUCTING.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176045 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C [new file with mode: 0644]