This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13451] Wrong error message with qualified names for member declarations
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Dec 2003 17:35:52 -0000
- Subject: [Bug c++/13451] Wrong error message with qualified names for member declarations
- References: <20031219181019.13451.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-21 17:35 -------
>From Phil's regression hunter: Search converges between 2002-12-27-trunk (#177) and
2002-12-28-trunk (#178).
Removing the template part I get this error instead:
input.cc:4: error: extra qualification ignored
(also : Search converges between 2003-08-12-trunk (#370) and 2003-08-13-trunk
(#371).)
We cannot be saying that we have a compliant compiler without getting rid these dumb
extensions so this is not a regression so removing the target milestone.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords|rejects-valid |accepts-invalid, diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2003-12-21 17:35:52
date| |
Summary|[3.4 regression] Wrong error|Wrong error message with
|message with qualified names|qualified names for member
|for member declarations |declarations
Target Milestone|3.4.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13451