public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/3398: "using" with member-function template
@ 2003-01-01 22:04 paolo
0 siblings, 0 replies; 3+ messages in thread
From: paolo @ 2003-01-01 22:04 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, mps, nobody
Synopsis: "using" with member-function template
State-Changed-From-To: analyzed->closed
State-Changed-By: paolo
State-Changed-When: Wed Jan 1 14:04:32 2003
State-Changed-Why:
Already fixed in 3.2.1, 3.3 pre and mainline.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3398
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: c++/3398: "using" with member-function template
@ 2001-07-08 9:48 nathan
0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2001-07-08 9:48 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, mps, nobody
Synopsis: "using" with member-function template
State-Changed-From-To: open->analyzed
State-Changed-By: nathan
State-Changed-When: Sun Jul 8 09:48:21 2001
State-Changed-Why:
The code is ill-formed you can't templatize a using declaration.
But still a bug
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3398&database=gcc
^ permalink raw reply [flat|nested] 3+ messages in thread
* c++/3398: "using" with member-function template
@ 2001-06-25 1:46 mps
0 siblings, 0 replies; 3+ messages in thread
From: mps @ 2001-06-25 1:46 UTC (permalink / raw)
To: gcc-gnats
>Number: 3398
>Category: c++
>Synopsis: "using" with member-function template
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: ice-on-legal-code
>Submitter-Id: net
>Arrival-Date: Mon Jun 25 01:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Michael Shepanski
>Release: 2.95.2 19991024
>Organization:
>Environment:
Linux PPC
>Description:
// generate ICE:
struct A {
template <typename T> void f (T);
};
class B : A {
template <typename T> using A::f <T>;
};
>How-To-Repeat:
Recompile the program above.
I'm not 100% sure my source is legal, so maybe the
category should be "ice-on-illegal-code".
>Fix:
Please
>Release-Note:
>Audit-Trail:
>Unformatted:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-01 22:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-01 22:04 c++/3398: "using" with member-function template paolo
-- strict thread matches above, loose matches on Subject: below --
2001-07-08 9:48 nathan
2001-06-25 1:46 mps
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).