This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81337] g++.dg/gcov/pr16855.C etc. FAIL
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 Aug 2017 18:57:28 +0000
- Subject: [Bug c++/81337] g++.dg/gcov/pr16855.C etc. FAIL
- Auto-submitted: auto-generated
- References: <bug-81337-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81337
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Bug 52477 deals with the parallel issue for construction. As I mentioned
there, I think the right solution is to handle attribute constructor/destructor
using the C++ __static_initialization_and_destruction mechanism rather than
.{init,fini}_array.