bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30758] ODR violations in opcodes dir


From: amodra at gmail dot com
Subject: [Bug binutils/30758] ODR violations in opcodes dir
Date: Thu, 17 Aug 2023 00:25:37 +0000

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

--- Comment #5 from Alan Modra <amodra at gmail dot com> ---
I'm guessing that it is the use of opcodes cgen headers in gdb itself that is
triggering these warnings, not the use of those headers in opcodes.  I think
I'd be looking at gdb/mep-tdep.c and gdb/or1k-tdep.c, perhaps trying to replace
use of cgen types in structs defined there by void*.  Does it even make sense
for g++ to complain about odr violations in extern "C" headers?

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]