This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52558] write introduction incorrect wrt the C++11 memory model
- From: "aldyh at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 02 Jul 2012 18:25:42 +0000
- Subject: [Bug tree-optimization/52558] write introduction incorrect wrt the C++11 memory model
- Auto-submitted: auto-generated
- References: <bug-52558-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52558
--- Comment #23 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2012-07-02 18:25:42 UTC ---
BTW, for anyone still stuck on this, you need to use the following when
compiling the testcase:
--param allow-store-data-races=0
Eventually, this will be the default for C++1x, or the C++ memory model.