This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10112] static data member is not correctly initialised
- From: "jason at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2009 23:27:03 -0000
- Subject: [Bug c++/10112] static data member is not correctly initialised
- References: <bug-10112-781@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #16 from jason at gcc dot gnu dot org 2009-11-08 23:27 -------
It's not clear to me that there's anything to be fixed; the reduced testcase in
this PR works, and the testcase for 17910 seems to work the way the point of
instantiation rules say it ought to. And people can always use explicit
instantiation directives to control order of initialization.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10112