From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25812 invoked by alias); 16 Aug 2004 00:25:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25799 invoked by uid 48); 16 Aug 2004 00:25:31 -0000 Date: Mon, 16 Aug 2004 00:25:00 -0000 Message-ID: <20040816002531.25798.qmail@sourceware.org> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040727131653.16782.bangerth@dealii.org> References: <20040727131653.16782.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16782] Accepts qualified member function declaration in class X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01486.txt.bz2 List-Id: ------- 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