public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33047] [4.4/4.5 Regression] "extern template" GNU extension makes static data member definition a declaration
       [not found] <bug-33047-4@http.gcc.gnu.org/bugzilla/>
@ 2012-02-02  6:12 ` pinskia at gcc dot gnu.org
  2012-03-13 15:46 ` [Bug c++/33047] [4.5 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-02-02  6:12 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
      Known to work|                            |3.3, 4.6.0, 4.7.0
   Target Milestone|---                         |4.4.7
            Summary|"extern template" GNU       |[4.4/4.5 Regression]
                   |extension makes static data |"extern template" GNU
                   |member definition a         |extension makes static data
                   |declaration                 |member definition a
                   |                            |declaration
      Known to fail|                            |4.2.0, 4.4.5


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

* [Bug c++/33047] [4.5 Regression] "extern template" GNU extension makes static data member definition a declaration
       [not found] <bug-33047-4@http.gcc.gnu.org/bugzilla/>
  2012-02-02  6:12 ` [Bug c++/33047] [4.4/4.5 Regression] "extern template" GNU extension makes static data member definition a declaration pinskia at gcc dot gnu.org
@ 2012-03-13 15:46 ` jakub at gcc dot gnu.org
  2012-03-27  8:56 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:48:27 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug c++/33047] [4.5 Regression] "extern template" GNU extension makes static data member definition a declaration
       [not found] <bug-33047-4@http.gcc.gnu.org/bugzilla/>
  2012-02-02  6:12 ` [Bug c++/33047] [4.4/4.5 Regression] "extern template" GNU extension makes static data member definition a declaration pinskia at gcc dot gnu.org
  2012-03-13 15:46 ` [Bug c++/33047] [4.5 " jakub at gcc dot gnu.org
@ 2012-03-27  8:56 ` rguenth at gcc dot gnu.org
  2012-06-20 12:39 ` rguenth at gcc dot gnu.org
  2012-07-02  9:29 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-27  8:56 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-03-27
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-27 08:47:01 UTC ---
Confirmed.


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

* [Bug c++/33047] [4.5 Regression] "extern template" GNU extension makes static data member definition a declaration
       [not found] <bug-33047-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-03-27  8:56 ` rguenth at gcc dot gnu.org
@ 2012-06-20 12:39 ` rguenth at gcc dot gnu.org
  2012-07-02  9:29 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-06-20 12:39 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug c++/33047] [4.5 Regression] "extern template" GNU extension makes static data member definition a declaration
       [not found] <bug-33047-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-06-20 12:39 ` rguenth at gcc dot gnu.org
@ 2012-07-02  9:29 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02  9:29 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.4                       |4.6.0

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 09:28:55 UTC ---
Fixed in 4.6.0.


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

end of thread, other threads:[~2012-07-02  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-33047-4@http.gcc.gnu.org/bugzilla/>
2012-02-02  6:12 ` [Bug c++/33047] [4.4/4.5 Regression] "extern template" GNU extension makes static data member definition a declaration pinskia at gcc dot gnu.org
2012-03-13 15:46 ` [Bug c++/33047] [4.5 " jakub at gcc dot gnu.org
2012-03-27  8:56 ` rguenth at gcc dot gnu.org
2012-06-20 12:39 ` rguenth at gcc dot gnu.org
2012-07-02  9:29 ` rguenth at gcc dot gnu.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).