[Bug c++/10112] static data member is not correctly initialised

2014-04-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10112

Jonathan Wakely redi at gcc dot gnu.org changed:

   What|Removed |Added

 Status|SUSPENDED   |RESOLVED
 Resolution|--- |INVALID

--- Comment #19 from Jonathan Wakely redi at gcc dot gnu.org ---
http://open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#993 clarifies that the
compiler can instantiate templates at the end of the file, so you need to use
explicit instantiations to control order of initialization.


[Bug c++/10112] static data member is not correctly initialised

2012-08-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10112

Paolo Carlini paolo.carlini at oracle dot com changed:

   What|Removed |Added

 CC|gcc-bugs at gcc dot gnu.org |

--- Comment #18 from Paolo Carlini paolo.carlini at oracle dot com 2012-08-20 
11:14:20 UTC ---
Jason, should this really be in suspended status, or something else?


[Bug c++/10112] static data member is not correctly initialised

2010-02-09 Thread jason at gcc dot gnu dot org


--- Comment #17 from jason at gcc dot gnu dot org  2010-02-09 23:14 ---
Suspending.


-- 

jason at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||jason at gcc dot gnu dot org
 Status|NEW |SUSPENDED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10112



[Bug c++/10112] static data member is not correctly initialised

2009-11-08 Thread jason 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



[Bug c++/10112] static data member is not correctly initialised

2004-10-14 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 14:33 
---
*** Bug 17910 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10112