https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122584
--- Comment #1 from Tomasz KamiĆski <tkaminsk at gcc dot gnu.org> --- These seem to be issues in test, where atomic_ref<bool valatile> is instantiated, without checking if `atomic_ref<bool>::is_lock_free`. Before, fixing above, it is expected taht there are no atomic operations on bool on this architecture?
