From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26346 invoked by alias); 20 Jun 2002 10:46:07 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 26318 invoked by uid 71); 20 Jun 2002 10:46:06 -0000 Date: Thu, 20 Jun 2002 04:14:00 -0000 Message-ID: <20020620104606.26316.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Akim Demaille Subject: Re: c++/7051: gcc/cp/parse.y & gcc/cp/decl.h: Conflict on TYPENAME + Yacc types clashes Reply-To: Akim Demaille X-SW-Source: 2002-06/txt/msg00450.txt.bz2 List-Id: The following reply was made to PR c++/7051; it has been noted by GNATS. From: Akim Demaille To: gcc-gnats@gcc.gnu.org Cc: nobody@gcc.gnu.org Subject: Re: c++/7051: gcc/cp/parse.y & gcc/cp/decl.h: Conflict on TYPENAME + Yacc types clashes Date: 20 Jun 2002 12:45:29 +0200 | >Category: c++ | >Responsible: unassigned | >Synopsis: gcc/cp/parse.y & gcc/cp/decl.h: Conflict on TYPENAME + Yacc types clashes | >Arrival-Date: Mon Jun 17 02:46:02 PDT 2002 This can be closed, fixed by: 2002-06-19 Akim Demaille * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with decl.h's TYPENAME. * spew.c, lex.c: Adjust. * parse.y (explicit_instantiation): Add empty action to override the default $$ = $1 where it introduces a type clash.