From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29188 invoked by alias); 22 Jun 2004 10:46:58 -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 29174 invoked by uid 48); 22 Jun 2004 10:46:57 -0000 Date: Tue, 22 Jun 2004 10:46:00 -0000 Message-ID: <20040622104657.29173.qmail@sourceware.org> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040622035324.16128.igodard@pacbell.net> References: <20040622035324.16128.igodard@pacbell.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16128] Diagnostic of missing argument list within functions X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg02761.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2004-06-22 10:46 ------- I have fixed this already for GCC 3.5.0. We now get this message for the first two lines: pr16128.cc:10: error: invalid use of template-name `A' without an argument list pr16128.cc:11: error: invalid use of template-name `H::B' without an argument list I'm interested in checking why the message within the function is different though, and to remove the redundant error about the semicolon. But I have other patches in queue, so it may take me a little while. -- What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2004-06-22 10:46:54 date| | Summary|poor diagnostic |Diagnostic of missing | |argument list within | |functions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16128