This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50986] weak static data members with constant initializers emitted in .rodata, leading to segfault on startup
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 01 Feb 2012 19:58:12 +0000
- Subject: [Bug c++/50986] weak static data members with constant initializers emitted in .rodata, leading to segfault on startup
- Auto-submitted: auto-generated
- References: <bug-50986-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50986
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-01 19:58:12 UTC ---
I think you are violating ODR here.