http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39612
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-17 10:39:56 UTC --- We have the C++11 memory model which (if asked for it through command line options) will restrict what data races we may or may not introduce during optimizations.