public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
       [not found] <20030517073600.10832.gprentice@paradise.net.nz>
@ 2003-06-19 18:49 ` pinskia at physics dot uc dot edu
  2003-07-29 12:39 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-19 18:49 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=10832


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-03 00:00:00         |2003-06-19 18:49:20
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-19 18:49 -------
Still exists on the mainline (20030618):
pr10832.cc:24: error: `Foo<long int>' specified as declarator-id
pr10832.cc:24: error: no member function `Foo<long int>' declared in `Foo<int>'
pr10832.cc:24: error: invalid function declaration


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

* [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
       [not found] <20030517073600.10832.gprentice@paradise.net.nz>
  2003-06-19 18:49 ` [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class pinskia at physics dot uc dot edu
@ 2003-07-29 12:39 ` pinskia at physics dot uc dot edu
  2003-08-05 15:13 ` reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 12:39 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=10832


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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

* [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
       [not found] <20030517073600.10832.gprentice@paradise.net.nz>
  2003-06-19 18:49 ` [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class pinskia at physics dot uc dot edu
  2003-07-29 12:39 ` pinskia at physics dot uc dot edu
@ 2003-08-05 15:13 ` reichelt at gcc dot gnu dot org
  2003-08-23  0:06 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-08-05 15:13 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=10832



------- Additional Comments From reichelt at gcc dot gnu dot org  2003-08-05 15:13 -------
This seems to be related to PR 9050.


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

* [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
       [not found] <20030517073600.10832.gprentice@paradise.net.nz>
                   ` (2 preceding siblings ...)
  2003-08-05 15:13 ` reichelt at gcc dot gnu dot org
@ 2003-08-23  0:06 ` dhazeghi at yahoo dot com
  2004-06-05 18:12 ` pinskia at gcc dot gnu dot org
  2004-06-05 18:13 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:06 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=10832


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-23 00:06 -------
Not a regression.


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

* [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
       [not found] <20030517073600.10832.gprentice@paradise.net.nz>
                   ` (3 preceding siblings ...)
  2003-08-23  0:06 ` dhazeghi at yahoo dot com
@ 2004-06-05 18:12 ` pinskia at gcc dot gnu dot org
  2004-06-05 18:13 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-05 18:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-05 18:12 -------
This is a dup of bug 9050.

-- 


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


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

* [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
       [not found] <20030517073600.10832.gprentice@paradise.net.nz>
                   ` (4 preceding siblings ...)
  2004-06-05 18:12 ` pinskia at gcc dot gnu dot org
@ 2004-06-05 18:13 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-05 18:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-05 18:13 -------


*** This bug has been marked as a duplicate of 9050 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-06-05 18:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030517073600.10832.gprentice@paradise.net.nz>
2003-06-19 18:49 ` [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class pinskia at physics dot uc dot edu
2003-07-29 12:39 ` pinskia at physics dot uc dot edu
2003-08-05 15:13 ` reichelt at gcc dot gnu dot org
2003-08-23  0:06 ` dhazeghi at yahoo dot com
2004-06-05 18:12 ` pinskia at gcc dot gnu dot org
2004-06-05 18:13 ` 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).