public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10112] static data member is not correctly initialised
       [not found] <bug-10112-4@http.gcc.gnu.org/bugzilla/>
@ 2012-08-20 11:15 ` paolo.carlini at oracle dot com
  2014-04-17 16:59 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-08-20 11:15 UTC (permalink / raw)
  To: gcc-bugs

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?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <bug-10112-4@http.gcc.gnu.org/bugzilla/>
  2012-08-20 11:15 ` [Bug c++/10112] static data member is not correctly initialised paolo.carlini at oracle dot com
@ 2014-04-17 16:59 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2014-04-17 16:59 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <bug-10112-781@http.gcc.gnu.org/bugzilla/>
  2009-11-08 23:27 ` jason at gcc dot gnu dot org
@ 2010-02-09 23:14 ` jason at gcc dot gnu dot org
  1 sibling, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-02-09 23:14 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <bug-10112-781@http.gcc.gnu.org/bugzilla/>
@ 2009-11-08 23:27 ` jason at gcc dot gnu dot org
  2010-02-09 23:14 ` jason at gcc dot gnu dot org
  1 sibling, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-08 23:27 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
                   ` (4 preceding siblings ...)
  2004-10-09 18:09 ` bangerth at dealii dot org
@ 2004-10-14 14:34 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14 14:34 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
                   ` (3 preceding siblings ...)
  2004-10-09 14:36 ` pinskia at gcc dot gnu dot org
@ 2004-10-09 18:09 ` bangerth at dealii dot org
  2004-10-14 14:34 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2004-10-09 18:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-10-09 18:09 -------
This PR has a long and wicked history. Presumably, PR 17910 is a duplicate 
so if anyone considers fixing this PR, she may as well go there first as 
PR 17910 has a very nice and small testcase. 
 
W. 

-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
                   ` (2 preceding siblings ...)
  2004-02-10 23:43 ` pinskia at gcc dot gnu dot org
@ 2004-10-09 14:36 ` pinskia at gcc dot gnu dot org
  2004-10-09 18:09 ` bangerth at dealii dot org
  2004-10-14 14:34 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-09 14:36 UTC (permalink / raw)
  To: gcc-bugs


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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kunert at physik dot tu-
                   |                            |dresden dot de


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
  2003-08-01 20:24 ` pinskia at physics dot uc dot edu
  2004-01-29  4:16 ` pinskia at gcc dot gnu dot org
@ 2004-02-10 23:43 ` pinskia at gcc dot gnu dot org
  2004-10-09 14:36 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-10 23:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-10 23:43 -------
*** Bug 14102 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ofv at wanadoo dot es


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
  2003-08-01 20:24 ` pinskia at physics dot uc dot edu
@ 2004-01-29  4:16 ` pinskia at gcc dot gnu dot org
  2004-02-10 23:43 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-29  4:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-29 04:16 -------
*** Bug 13915 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |japple at freeshell dot org


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/10112] static data member is not correctly initialised
       [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
@ 2003-08-01 20:24 ` pinskia at physics dot uc dot edu
  2004-01-29  4:16 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-01 20:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |renz at renzresearch dot com


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-01 20:24 -------
*** Bug 11733 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-04-17 16:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10112-4@http.gcc.gnu.org/bugzilla/>
2012-08-20 11:15 ` [Bug c++/10112] static data member is not correctly initialised paolo.carlini at oracle dot com
2014-04-17 16:59 ` redi at gcc dot gnu.org
     [not found] <bug-10112-781@http.gcc.gnu.org/bugzilla/>
2009-11-08 23:27 ` jason at gcc dot gnu dot org
2010-02-09 23:14 ` jason at gcc dot gnu dot org
     [not found] <20030316200602.10112.o.kullmann@swansea.ac.uk>
2003-08-01 20:24 ` pinskia at physics dot uc dot edu
2004-01-29  4:16 ` pinskia at gcc dot gnu dot org
2004-02-10 23:43 ` pinskia at gcc dot gnu dot org
2004-10-09 14:36 ` pinskia at gcc dot gnu dot org
2004-10-09 18:09 ` bangerth at dealii dot org
2004-10-14 14:34 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).