public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/28456] New: Compilation error in gdb/c-exp.y
@ 2021-10-15 12:33 patrick at monnerat dot net
  2021-10-15 14:57 ` [Bug build/28456] " cbiesinger at google dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: patrick at monnerat dot net @ 2021-10-15 12:33 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28456

            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=unused-function]

The reason is bison does not generate YYPRINT references since version 3.7.6:
%printer must be used instead.

Thanks or fixing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-22 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 12:33 [Bug build/28456] New: Compilation error in gdb/c-exp.y patrick at monnerat dot net
2021-10-15 14:57 ` [Bug build/28456] " cbiesinger at google dot com
2021-10-15 22:19 ` patrick at monnerat dot net
2021-10-20 17:18 ` cbiesinger at google dot com
2021-10-22 14:22 ` patrick at monnerat dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).