From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39BC8385802D; Fri, 15 Oct 2021 12:33:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39BC8385802D From: "patrick at monnerat dot net" To: gdb-prs@sourceware.org Subject: [Bug build/28456] New: Compilation error in gdb/c-exp.y Date: Fri, 15 Oct 2021 12:33:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at monnerat dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2021 12:33:43 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28456 Bug ID: 28456 Summary: Compilation error in gdb/c-exp.y Product: gdb Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: patrick at monnerat dot net Target Milestone: --- Building with bison 3.8.2 causes the following compilation error: c-exp.y:3455:1: error 'void c_print_token(FILE*, int, YYSTYPE)' defined but= not used [-Werror=3Dunused-function] The reason is bison does not generate YYPRINT references since version 3.7.= 6: %printer must be used instead. Thanks or fixing. --=20 You are receiving this mail because: You are on the CC list for the bug.=