http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56028
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-22 08:18:23 UTC --- Can't we in the movdi expander detect writing to volatile MEM and expand it as atomic_storedi with MEMMODEL_RELAXED instead?