]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/60951 ([C++11] ICE with braced-init-list assignment and constexpr constructor)
authorJason Merrill <jason@redhat.com>
Wed, 30 Apr 2014 14:23:11 +0000 (10:23 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 30 Apr 2014 14:23:11 +0000 (10:23 -0400)
commit4f419f8cdc734f82c04c3bc36659185912458998
treea895b2142a5c67b6f0e76c3d9d371d6e9f029774
parent8df07a2c14eafd6b3b52b2126c4e58b4107ea784
re PR c++/60951 ([C++11] ICE with braced-init-list assignment and constexpr constructor)

PR c++/60951
* typeck2.c (massage_init_elt): Use maybe_constant_init.

From-SVN: r209933
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/g++.dg/cpp0x/constexpr-aggr1.C [new file with mode: 0644]