[Bug middle-end/88456] __atomic_compare_exchange implementation inconsistently used
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 12 09:13:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88456
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jsm28 at gcc dot gnu.org
Component|other |middle-end
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I guess your implementation somehow gets picked up by the inliner but
eventually
code generation will open-code non-inlined "calls" with the internally
available implementation.
I _think_ that inlining your implementation is the bug. Joseph?
More information about the Gcc-bugs
mailing list