lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Support for GCC 9.x #107

Open ystefinko opened 4 years ago

ystefinko commented 4 years ago

Please confirm supporting gcc 9.x. I need it for building on Ubuntu 20.04 with gcc 9.3 .

linuxhw commented 4 years ago

OK if using https://github.com/lvc/abi-dumper to create ABI dumps from binaries compiled by GCC 9.

Not OK if you need to create ABI dumps by abi-compliance-checker and GCC due to bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040