public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/24983] Needs a warning?
Date: Tue, 22 Nov 2005 03:01:00 -0000	[thread overview]
Message-ID: <20051122030134.7152.qmail@sourceware.org> (raw)
In-Reply-To: <bug-24983-6594@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-22 03:01 -------
Different versions give different diagnostics:
earth:~>gcc t.cc
t.cc:2: error: prototype for 'void foo::f()' does not match any in class 'foo'
t.cc:1: error: candidate is: const void foo::f()
t.cc:2: error: 'void foo::f()' cannot be overloaded
t.cc:1: error: with 'const void foo::f()'
earth:~>~/ia32_linux_gcc3_4/bin/gcc t.cc
t.cc:2: error: prototype for `void foo::f()' does not match any in class `foo'
t.cc:1: error: candidate is: const void foo::f()
t.cc:2: error: `void foo::f()' and `const void foo::f()' cannot be overloaded
earth:~>~/ia32_linux_gcc3_3/bin/gcc t.cc
t.cc:2: error: prototype for `void foo::f()' does not match any in class `foo'
t.cc:1: error: candidate is: const void foo::f()
t.cc:2: error: `void foo::f()' and `const void foo::f()' cannot be overloaded
earth:~>~/ia32_linux_gcc3_2/bin/gcc t.cc
t.cc:2: prototype for `void foo::f()' does not match any in class `foo'
t.cc:1: candidate is: const void foo::f()
t.cc:2: `void foo::f()' and `const void foo::f()' cannot be overloaded
earth:~>~/ia32_linux_gcc3_0/bin/gcc t.cc
t.cc:2: prototype for `void foo::f()' does not match any in class `foo'
t.cc:1: candidate is: const void foo::f()
earth:~>~/ia32_linux_gcc2_95//bin/gcc t.cc
t.cc:2: new declaration `void foo::f()'
t.cc:1: ambiguates old declaration `const void foo::f()'


I say that 3.0.x is the best if it is what we should say then we have a
regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


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


  parent reply	other threads:[~2005-11-22  3:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22  2:31 [Bug c++/24983] New: " igodard at pacbell dot net
2005-11-22  2:46 ` [Bug c++/24983] " gdr at integrable-solutions dot net
2005-11-22  3:01 ` pinskia at gcc dot gnu dot org [this message]
2005-11-22  3:58   ` Gabriel Dos Reis
2005-11-22  3:45 ` igodard at pacbell dot net
2005-11-22  3:58 ` gdr at integrable-solutions dot net
2005-11-22  4:05 ` igodard at pacbell dot net
2005-11-23  5:25 ` bangerth at dealii dot org
2008-03-30 20:45 ` pinskia at gcc dot gnu dot org

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=20051122030134.7152.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).