PurpleI2P/i2pd#1726
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107590
Apparently, __atomic_test_and_set requires an operand with the alignment of bool, and does not necessarily support char, despite what the documentation says; and bool is 32 bit on PPC.
PurpleI2P/i2pd#1726
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107590
Apparently,
__atomic_test_and_setrequires an operand with the alignment ofbool, and does not necessarily supportchar, despite what the documentation says; andboolis 32 bit on PPC.