public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: giovannibajo@libero.it
To: gcc-gnats@gcc.gnu.org
Subject: c++/10618: [diagnostic] Error message for function declarations with invalid return type could be improved
Date: Sun, 04 May 2003 10:16:00 -0000	[thread overview]
Message-ID: <20030504100619.22234.qmail@sources.redhat.com> (raw)


>Number:         10618
>Category:       c++
>Synopsis:       [diagnostic] Error message for function declarations with invalid return type could be improved
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun May 04 10:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Giovanni Bajo
>Release:        3.4 CVS 20030503
>Organization:
>Environment:
i686-pc-cygwin
>Description:
Look at this:

---------------------------------------
template <class T>
struct A
{
};

struct B
{
};


template <class T> 
A<T>::k func1(); 

B::k func2();
---------------------------------------
pr10615.cpp:12: error: expected function-definition
pr10615.cpp:14: error: expected constructor, destructor, or type conversion
pr10615.cpp:14: error: expected `,' or `;'

(note: this code ICEs on 3.3, but there's already a PR for it, c++/10617)

I think the error message should be improved since it is
a bit confusing right now. This is for instance what I get with Comeau/EDG on the same snippet:


"pr10615.cpp", line 12: error: nontype "A<T>::k [with T=T]" is not a type name
  A<T>::k func1();
  ^

"pr10615.cpp", line 14: error: class "B" has no member "k"
  B::k func2();
     ^
>How-To-Repeat:
Compile the above code
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2003-05-04 10:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-04 10:16 giovannibajo [this message]
2003-05-05 10:26 Giovanni Bajo
2003-05-05 14:43 bangerth
2003-05-09 19:01 giovannibajo

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=20030504100619.22234.qmail@sources.redhat.com \
    --to=giovannibajo@libero.it \
    --cc=gcc-gnats@gcc.gnu.org \
    /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).