From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21517 invoked by alias); 5 Feb 2004 12:51:23 -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 21510 invoked by uid 48); 5 Feb 2004 12:51:23 -0000 Date: Thu, 05 Feb 2004 12:51:00 -0000 From: "mattyt-bugzilla at tpg dot com dot au" To: gcc-bugs@gcc.gnu.org Message-ID: <20040205125120.14028.mattyt-bugzilla@tpg.com.au> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14028] New: Parser accepts invalid unbalanced triangular bracketing. X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00619.txt.bz2 List-Id: The following code: template < typename TP > struct A {}; template < typename TP > class B : public TP::template K < A < TP > {}; is accepted by 3.4, but should presumably be rejected due to the unbalanced triangular bracketing. 3.2 and 3.3 reject this like they should. -- Summary: Parser accepts invalid unbalanced triangular bracketing. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mattyt-bugzilla at tpg dot com dot au CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14028