https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888

Tijl Coosemans <t...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@freebsd.org

--- Comment #34 from Tijl Coosemans <t...@freebsd.org> ---
(In reply to Dimitry Andric from comment #32)
For the old gcc you will probably have to use the __sync_* builtins as in our
stdatomic.h.  But I think there's a problem with the implementation in
compiler_rt.  Clang generates functions calls to compiler_rt if it can't inline
__c11_atomic_* (e.g. if the architecture only guarantees atomicity if an object
is properly aligned and a given object isn't aligned) so how can compiler_rt
then use __c11_atomic_*?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to