This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 10:20:37 +0000
- Subject: [Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access
- Auto-submitted: auto-generated
- References: <bug-52477-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52477
--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-05 10:20:37 UTC ---
I think it's undefined what you relied upon.