https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125835
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Is there anything we need to implement here?
I believe the lowering to the __atomic_* builtins already adds the reinterpret
casts to/from uintptr_t, and similarly for type *volatile we handle stores as
escaping the pointers and loads as getting pointer to anything that could have
previously escaped.