public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/30286] New: Build error in split-name.h macro DOT
@ 2023-03-29 14:15 lu.xinyu0121 at foxmail dot com
2023-03-29 14:15 ` [Bug gdb/30286] " lu.xinyu0121 at foxmail dot com
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: lu.xinyu0121 at foxmail dot com @ 2023-03-29 14:15 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Bug ID: 30286
Summary: Build error in split-name.h macro DOT
Product: gdb
Version: 3.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: lu.xinyu0121 at foxmail dot com
Target Milestone: ---
When I build gdb in Mac OS 13.2.1 (22D68), it report error here.
The macro DOT is conflate with enum split_style::DOT. Maybe we
should replace one of the
./split-name.h:34:3: error: expected identifier
DOT,
^
m2-exp.c:163:13: note: expanded from macro 'DOT'
#define DOT 302
^
In file included from m2-exp.y:42:
In file included from ./language.h:26:
./symtab.h:308:23: error: expected unqualified-id
style = split_style::DOT;
^
m2-exp.c:163:13: note: expanded from macro 'DOT'
#define DOT 302
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug gdb/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
@ 2023-03-29 14:15 ` lu.xinyu0121 at foxmail dot com
2023-03-30 14:12 ` simon.marchi at polymtl dot ca
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: lu.xinyu0121 at foxmail dot com @ 2023-03-29 14:15 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Xinyu Lu <lu.xinyu0121 at foxmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lu.xinyu0121 at foxmail dot com
Version|3.0 |HEAD
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug gdb/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
2023-03-29 14:15 ` [Bug gdb/30286] " lu.xinyu0121 at foxmail dot com
@ 2023-03-30 14:12 ` simon.marchi at polymtl dot ca
2023-03-31 14:23 ` [Bug build/30286] " tromey at sourceware dot org
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: simon.marchi at polymtl dot ca @ 2023-03-30 14:12 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Simon Marchi <simon.marchi at polymtl dot ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.marchi at polymtl dot ca
--- Comment #1 from Simon Marchi <simon.marchi at polymtl dot ca> ---
On Linux, my generated m2-exp.c also contains a `#define DOT 302`, and I don't
see that problem. Out of curiosity, which bison/yacc tool version is used in
your build to convert m2-exp.y to m2-exp.c? Can you attach the generated
m2-exp.c file?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
2023-03-29 14:15 ` [Bug gdb/30286] " lu.xinyu0121 at foxmail dot com
2023-03-30 14:12 ` simon.marchi at polymtl dot ca
@ 2023-03-31 14:23 ` tromey at sourceware dot org
2023-08-28 5:10 ` vries at gcc dot gnu.org
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: tromey at sourceware dot org @ 2023-03-31 14:23 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|gdb |build
CC| |tromey at sourceware dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
` (2 preceding siblings ...)
2023-03-31 14:23 ` [Bug build/30286] " tromey at sourceware dot org
@ 2023-08-28 5:10 ` vries at gcc dot gnu.org
2023-08-28 14:02 ` tromey at sourceware dot org
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: vries at gcc dot gnu.org @ 2023-08-28 5:10 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Tom de Vries <vries at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vries at gcc dot gnu.org
--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Another report of this PR here (
https://sourceware.org/pipermail/gdb/2023-August/050862.html ), mentioning GNU
Bison 2.3.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
` (3 preceding siblings ...)
2023-08-28 5:10 ` vries at gcc dot gnu.org
@ 2023-08-28 14:02 ` tromey at sourceware dot org
2023-09-12 15:47 ` tromey at sourceware dot org
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: tromey at sourceware dot org @ 2023-08-28 14:02 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
Bison 2.3, released in 2006, with many releases after...
maybe this is another one of those "Apple hates GPLv3" things?
I'd suggest trying to build with a bison from brew. However
if we know that 2.3 works otherwise, I guess it is pretty
easy to rename split_style::DOT.
But -- do we know this?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
` (4 preceding siblings ...)
2023-08-28 14:02 ` tromey at sourceware dot org
@ 2023-09-12 15:47 ` tromey at sourceware dot org
2023-09-15 13:41 ` tromey at sourceware dot org
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: tromey at sourceware dot org @ 2023-09-12 15:47 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2023-09-12
Ever confirmed|0 |1
Status|UNCONFIRMED |WAITING
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
` (5 preceding siblings ...)
2023-09-12 15:47 ` tromey at sourceware dot org
@ 2023-09-15 13:41 ` tromey at sourceware dot org
2023-09-15 13:47 ` cvs-commit at gcc dot gnu.org
2023-09-15 13:51 ` tromey at sourceware dot org
8 siblings, 0 replies; 10+ messages in thread
From: tromey at sourceware dot org @ 2023-09-15 13:41 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
Status|WAITING |NEW
--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Sending a fix.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
` (6 preceding siblings ...)
2023-09-15 13:41 ` tromey at sourceware dot org
@ 2023-09-15 13:47 ` cvs-commit at gcc dot gnu.org
2023-09-15 13:51 ` tromey at sourceware dot org
8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-09-15 13:47 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fe26aa95336c0ddec01b407b990caf2c758fd93f
commit fe26aa95336c0ddec01b407b990caf2c758fd93f
Author: Tom Tromey <tromey@adacore.com>
Date: Thu Aug 31 07:33:34 2023 -0600
Rename split_style::DOT
This renames split_style::DOT, to avoid name clashes when building gdb
with an old version of Bison (2.3, the version available on macOS).
In particular the error looks like:
./split-name.h:34:3: error: expected identifier
DOT,
^
m2-exp.c:163:13: note: expanded from macro 'DOT'
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30286
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug build/30286] Build error in split-name.h macro DOT
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
` (7 preceding siblings ...)
2023-09-15 13:47 ` cvs-commit at gcc dot gnu.org
@ 2023-09-15 13:51 ` tromey at sourceware dot org
8 siblings, 0 replies; 10+ messages in thread
From: tromey at sourceware dot org @ 2023-09-15 13:51 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=30286
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |14.1
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-09-15 13:51 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 14:15 [Bug gdb/30286] New: Build error in split-name.h macro DOT lu.xinyu0121 at foxmail dot com
2023-03-29 14:15 ` [Bug gdb/30286] " lu.xinyu0121 at foxmail dot com
2023-03-30 14:12 ` simon.marchi at polymtl dot ca
2023-03-31 14:23 ` [Bug build/30286] " tromey at sourceware dot org
2023-08-28 5:10 ` vries at gcc dot gnu.org
2023-08-28 14:02 ` tromey at sourceware dot org
2023-09-12 15:47 ` tromey at sourceware dot org
2023-09-15 13:41 ` tromey at sourceware dot org
2023-09-15 13:47 ` cvs-commit at gcc dot gnu.org
2023-09-15 13:51 ` tromey at sourceware dot org
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).