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 #4 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-11 16:33:18 UTC ---
Created attachment 29638
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29638
tentative patch

__cxa_thread_atexit is in libstdc++; the default implementation doesn't do
anything with the dso_handle parm, so I think it makes sense to just pass NULL
on targets without __cxa_atexit.  Does this patch fix the failure for you?


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