This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16782] Accepts qualified member function declaration in class
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Aug 2004 00:25:31 -0000
- Subject: [Bug c++/16782] Accepts qualified member function declaration in class
- References: <20040727131653.16782.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-08-16 00:25 -------
[dcl.meaning]/1: "A declarator-id shall not be qualified except for the
definition of a member function (9.3) or static data member (9.4) or nested
class (9.7) outside of its class, the definition or explicit instantiation of a
function, variable or class member of a namespace outside of its namespace, or
the definition of a previously declared explicit specialization outside of its
namespace, or the declaration of a friend function that is a member of another
class or namespace."
Confirmed, not a regression.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |accepts-invalid
Known to fail| |2.95.3 3.0.4 3.2.3 3.3.3
| |3.4.0 3.5.0
Last reconfirmed|0000-00-00 00:00:00 |2004-08-16 00:25:30
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16782