Page MenuHomePhabricator

[doc] Bump minimum GCC dependency
ClosedPublic

Authored by roqqit on Fri, Nov 7, 21:53.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCad285b2a8ab7: [doc] Bump minimum GCC dependency
Summary

GCC 10.x does not build for me due to lack of support of
std::source_location. Considering it first appears as no longer
experimental in GCC 12 docs, I suspect it will not work in GCC 11
despite Core saying they support GCC 11 here:
https://github.com/bitcoin/bitcoin/pull/29091/

Debian Bookworm (12) packages GCC 12 by default so this makes sense
as the minimum supported version for ABC.

Test Plan
  • build with gcc 10.x (fails)
  • build with gcc 12.x (succeeds)

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

roqqit requested review of this revision.Fri, Nov 7, 21:53
This revision is now accepted and ready to land.Fri, Nov 7, 22:00
This revision was automatically updated to reflect the committed changes.