public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/26807] New: Issues with enum-underlying types
@ 2020-10-29 10:08 gprocida+abigail at google dot com
  2020-11-23 16:43 ` [Bug default/26807] " gprocida+abigail at google dot com
  0 siblings, 1 reply; 2+ messages in thread
From: gprocida+abigail at google dot com @ 2020-10-29 10:08 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 26807
           Summary: Issues with enum-underlying types
           Product: libabigail
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: gprocida+abigail at google dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Hi.

I've posted an RFC patch which illustrates a few issues with libabigail's
treatment of enum-underlying types.

https://sourceware.org/pipermail/libabigail/2020q4/002788.html

Repeating them here:

- signedness and changes thereof (as seen in DWARF) are not modelled
- size and alignment changes are reported twice
- size changes are not considered ABI incompatibilities
- *all* enum-underlying types are currently considered anonymous
  and have the same name, even when they differ in size, alignment or
  signedness                                                                    

The last item is closely related to the others but is troublesome in a
different way. It can cause non-deterministic ordering of such types in XML
output (in the presence of concurrent heap-allocation by other threads). In
particular, it causes test flakiness.

I've not attempted to find a way that signedness changes can cause API
surprises. However, there are mentions of undefined behaviour that may occur
when casting in https://en.cppreference.com/w/cpp/language/enum.

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

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

* [Bug default/26807] Issues with enum-underlying types
  2020-10-29 10:08 [Bug default/26807] New: Issues with enum-underlying types gprocida+abigail at google dot com
@ 2020-11-23 16:43 ` gprocida+abigail at google dot com
  0 siblings, 0 replies; 2+ messages in thread
From: gprocida+abigail at google dot com @ 2020-11-23 16:43 UTC (permalink / raw)
  To: libabigail

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

--- Comment #1 from Giuliano Procida <gprocida+abigail at google dot com> ---
Since reporting this, the artificial names of underlying types now include the
size (though forward declared enums end up with types named ...-0).

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

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

end of thread, other threads:[~2020-11-23 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 10:08 [Bug default/26807] New: Issues with enum-underlying types gprocida+abigail at google dot com
2020-11-23 16:43 ` [Bug default/26807] " gprocida+abigail at google dot com

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).