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++/56346] FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346

--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-14 13:08:42 UTC ---
Author: jason
Date: Thu Mar 14 13:08:36 2013
New Revision: 196657

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196657
Log:
    PR c++/56346
    * decl.c (register_dtor_fn): Pass null to __cxa_thread_atexit
    dso_handle parm on targets without __cxa_atexit.

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]