]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/61343 ([C++11] Missing default initialization for class with default constr...
authorJason Merrill <jason@redhat.com>
Thu, 5 Jun 2014 17:30:51 +0000 (13:30 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 5 Jun 2014 17:30:51 +0000 (13:30 -0400)
commitf0f2f975ac40291d471dd1453f6f89512fc22927
tree39948b9c48a93e9fc04477b797b9d6b4bf5b9ee3
parent5853e181e6cb670ea90fe11afbe26a94aee76291
re PR c++/61343 ([C++11] Missing default initialization for class with default constructor)

PR c++/61343
* decl.c (check_initializer): Maybe clear
DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.

From-SVN: r211284
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/tls/thread_local9.C [new file with mode: 0644]