From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3964 invoked by alias); 16 Aug 2004 21:42:33 -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 3957 invoked from network); 16 Aug 2004 21:42:33 -0000 Received: from unknown (HELO bluesmobile.specifixinc.com) (64.220.152.98) by sourceware.org with SMTP; 16 Aug 2004 21:42:33 -0000 Received: from specifixinc.com (unknown [192.168.1.2]) by bluesmobile.specifixinc.com (Postfix) with ESMTP id 0F2F41654A; Mon, 16 Aug 2004 14:42:33 -0700 (PDT) Message-ID: <41212A48.9070609@specifixinc.com> Date: Mon, 16 Aug 2004 21:42:00 -0000 From: James E Wilson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6) Gecko/20040114 MIME-Version: 1.0 To: "R. Clayton" Cc: gcc-bugs@gcc.gnu.org Subject: Re: Possible g++ compilation problem. References: <200408121649.i7CGnPcU012851@clayton.cs.monmouth.edu> In-Reply-To: <200408121649.i7CGnPcU012851@clayton.cs.monmouth.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg01577.txt.bz2 List-Id: R. Clayton wrote: > $ g++ -c junk.cc > junk.cc: In function `void f(T, ast_node)': > junk.cc:10: error: syntax error before `>' token I tried gcc-3.4. It compiles without complaint, so apparently this is already fixed. gcc-3.4 has rewritten C++ parser, and this fixed many C++ parsing problems with gcc-3.3 and earlier. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com