This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/65913] [5/6 Regression] Linking failure without -latomic


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65913

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Richard's patch in comment 2 doesn't seem to help, the testcase with
std::atomic<Simple>::is_lock_free() still fails to link, as does the simplest
case, std::atomic<int>::is_lock_free()


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]