Bug 29691 - mingw32-gcc-gfortran from f37 asserts during self-compare with 2.1
Summary: mingw32-gcc-gfortran from f37 asserts during self-compare with 2.1
Status: RESOLVED FIXED
Alias: None
Product: libabigail
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Dodji Seketeli
URL:
Keywords:
Depends on:
Blocks: 29412
  Show dependency treegraph
 
Reported: 2022-10-14 21:30 UTC by Ben Woodard
Modified: 2023-03-23 17:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Woodard 2022-10-14 21:30:06 UTC
fedabipkgdiff --self-compare -a --from fc37 mingw32-gcc-gfortran
Comparing the ABI of binaries between mingw32-gcc-gfortran-4.7.0-0.5.20120224.fc17.i686.rpm and mingw32-gcc-gfortran-4.7.0-0.5.20120224.fc17.i686.rpm:

abipkgdiff: ../../../libabigail/src/abg-ir.cc:26139: abigail::ir::type_base* abigail::ir::get_exemplar_type(const type_base*): Assertion `__abg_cond__' failed.

Comparing the ABI of binaries between mingw32-gcc-gfortran-4.7.0-0.5.20120224.fc17.x86_64.rpm and mingw32-gcc-gfortran-4.7.0-0.5.20120224.fc17.x86_64.rpm:

abipkgdiff: ../../../libabigail/src/abg-ir.cc:26139: abigail::ir::type_base* abigail::ir::get_exemplar_type(const type_base*): Assertion `__abg_cond__' failed.
Comment 1 Dodji Seketeli 2023-03-23 17:20:06 UTC
This issue seems to be fixed in the recent master branch.

The tip of the branch is this commit:

     a8a4ca88 abipkgdiff: Fix a typo

In other words, the issue should be fixed in the upcoming 2.3 release.

Thank you for reporting this problem and sorry for the inconvenience.