public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/3424: One templatized nested class deriving from another
@ 2001-06-26  4:56 mps
  0 siblings, 0 replies; 3+ messages in thread
From: mps @ 2001-06-26  4:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3424
>Category:       c++
>Synopsis:       One templatized nested class deriving from another
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 26 04:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Shepanski
>Release:        2.95.2 19991024 (release).  Also current CodeSourcery online tester.
>Organization:
>Environment:
Linux/Pentium
>Description:
class C {
  template <typename T> class A {};
  template <typename T> class B : public C::A {};
};
>How-To-Repeat:
gcc tmp.cpp
>Fix:
If you find it interesting.
Meanwhile it's easy enough to work around.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: c++/3424: One templatized nested class deriving from another
@ 2002-10-26  2:32 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2002-10-26  2:32 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mps, nobody

Synopsis: One templatized nested class deriving from another

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sat Oct 26 02:32:51 2002
State-Changed-Why:
    Fixed in GCC 3.1.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3424


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

* Re: c++/3424: One templatized nested class deriving from another
@ 2001-07-09  6:58 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2001-07-09  6:58 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mps, nobody

Synopsis: One templatized nested class deriving from another

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Mon Jul  9 06:58:31 2001
State-Changed-Why:
    Confirm as a bug.  The code is, however, illegal.  C::A<T>
    should be used instead of just C::A.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3424&database=gcc


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

end of thread, other threads:[~2002-10-26  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26  4:56 c++/3424: One templatized nested class deriving from another mps
2001-07-09  6:58 lerdsuwa
2002-10-26  2:32 lerdsuwa

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