public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/26084] New: Misreporting of return type typedef differences in leaf mode
@ 2020-06-05  8:24 gprocida+abigail at google dot com
  2020-09-16 15:57 ` [Bug default/26084] " dodji at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: gprocida+abigail at google dot com @ 2020-06-05  8:24 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 26084
           Summary: Misreporting of return type typedef differences in
                    leaf mode
           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: ---

Minimal case. Note that output is good in default reporting mode.

==> test-leaf1.0.cc <==
typedef int changed;

changed changed_fun() {
  return 0;
}

==> test-leaf1.1.cc <==
typedef long changed;

changed changed_fun() {
  return 0;
}

$ for i in 0 1; do gcc -g -Wall -Wextra -c test-leaf1.$i.cc -o test-leaf1.$i.o;
done
$ .../abidiff --leaf-changes-only test-leaf1.?.o
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 1 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

1 function with some sub-type change:

  [C] 'function changed changed_fun()' at test-leaf1.1.cc:3:1 has some sub-type
changes:

$

-- 
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/26084] Misreporting of return type typedef differences in leaf mode
  2020-06-05  8:24 [Bug default/26084] New: Misreporting of return type typedef differences in leaf mode gprocida+abigail at google dot com
@ 2020-09-16 15:57 ` dodji at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dodji at redhat dot com @ 2020-09-16 15:57 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from dodji at redhat dot com ---
This was solved by fix to bug #26309.

Thanks for taking the time to report this.

*** This bug has been marked as a duplicate of bug 26309 ***

-- 
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-09-16 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05  8:24 [Bug default/26084] New: Misreporting of return type typedef differences in leaf mode gprocida+abigail at google dot com
2020-09-16 15:57 ` [Bug default/26084] " dodji at redhat 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).