This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/61343] [C++11] Missing default initialization for class with default constructor


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61343

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Jun  5 17:30:51 2014
New Revision: 211284

URL: http://gcc.gnu.org/viewcvs?rev=211284&root=gcc&view=rev
Log:
    PR c++/61343
    * decl.c (check_initializer): Maybe clear
    DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.

Added:
    trunk/gcc/testsuite/g++.dg/tls/thread_local9.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]