mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[BUG] GCC 10 defaults to -fno-common #550
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @logic on GitHub (Feb 1, 2020).
CCExtractor version (using the --version parameter preferably) : 0.88
In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
Additional information
I noticed the build failure when updating my Fedora COPR build of ccextractor for current rawhide (which contains GCC 10 by default, and will be shipping as Fedora 32 soonish).
Here's a quick patch against 0.88: ccextractor-0.88-fno-common.patch
I haven't had a chance to build master yet (although the above applies cleanly); if I get a chance this week, I'll try to submit a proper pull request for this (but the changes needed are pretty straightforward).
@logic commented on GitHub (Feb 1, 2020):
#1226 is the pull request.