public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: zak@transversal.com
To: gcc-gnats@gcc.gnu.org
Cc: ras@transversal.com
Subject: c++/9849: malformed template typename produces strange diagnostic
Date: Tue, 25 Feb 2003 15:46:00 -0000 [thread overview]
Message-ID: <20030225154504.11030.qmail@sources.redhat.com> (raw)
>Number: 9849
>Category: c++
>Synopsis: malformed template typename produces strange diagnostic
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 25 15:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: zak@transversal.com
>Release: unknown-1.0
>Organization:
>Environment:
Debian (unstable); locally-compiled gcc 3.2.1
>Description:
The following code produces the error:
test.cc:8: sorry, not implemented: `tree_vec' not supported by dump_expr
which isn't very helpful -- the problem is in fact a missing "template" keyword before C2<U>.
template<class T> struct C1
{
template<class U> struct C2
{ class Type { }; };
};
template<class T, class U>
void foo(typename C1<T>::C2<U>::Type *) { }
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
next reply other threads:[~2003-02-25 15:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-25 15:46 zak [this message]
2003-02-26 17:06 bangerth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030225154504.11030.qmail@sources.redhat.com \
--to=zak@transversal.com \
--cc=gcc-gnats@gcc.gnu.org \
--cc=ras@transversal.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).