https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220822
--- Comment #6 from Yuri Victorovich <[email protected]> --- As it turned out, atomic_fetch_add_explicit is a standard C built-in function, and __atomic_fetch_add is a gcc extension. Strangely, this gcc extension is supported by clang. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
