mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
Merge bitcoin/bitcoin#30228: build: no-longer allow GCC-10 in C++20 check
232928b58a
build: no-longer allow GCC-10 in C++20 check (fanquake) Pull request description: Reverts part offa67f096bd
, now that we require a minimum of GCC 11. See also: https://github.com/bitcoin/bitcoin/pull/28349#issuecomment-1745143612. ACKs for top commit: maflcko: utACK232928b58a
theuni: utACK232928b58a
Tree-SHA512: 10e0adac2dd6e455aaf97ebfe73c7586430349fc27ac435bc6c0d99a4934a380398d14467aacd9cedf371345da291366b3ab2c3be7db5d97e21ad6212b2c7890
This commit is contained in:
commit
1040a1fc80
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ m4_define([_AX_CXX_COMPILE_STDCXX_testbody_new_in_20], [[
|
||||||
|
|
||||||
#error "This is not a C++ compiler"
|
#error "This is not a C++ compiler"
|
||||||
|
|
||||||
#elif __cplusplus < 201709L // Temporary patch on top of upstream to allow g++-10
|
#elif __cplusplus < 202002L
|
||||||
|
|
||||||
#error "This is not a C++20 compiler"
|
#error "This is not a C++20 compiler"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue