From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by sourceware.org (Postfix) with ESMTPS id 706313858C60 for ; Tue, 21 Dec 2021 23:54:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 706313858C60 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4JJYGX5qJHzGp4T; Tue, 21 Dec 2021 23:54:44 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4JJYGX4fHQzGp4P; Tue, 21 Dec 2021 23:54:44 +0000 (UTC) From: Andrea Monaco To: arjun@redhat.com Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] intl/plural.y: define macros to avoid multiple conflicting declarations of yyerror and yylex Date: Wed, 22 Dec 2021 00:54:43 +0100 Message-ID: <87lf0dy0n0.fsf@autistici.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2021 23:54:48 -0000 > I'm trying to reproduce this and have been unable to see these lines > generated with bison-3.6.4, 3.7.6, and 3.8.2. Mine is gnu bison 3.8. I got the same problem in binutils (https://lists.gnu.org/archive/html/bug-binutils/2021-11/msg00057.html) and it was replicated by a person, though we fixed it in a different way. Let me know, Andrea Monaco