This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/54900] write introduction incorrect wrt the C11 memory model (2)
- From: "francesco.zappa.nardelli at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 18 Oct 2012 13:39:30 +0000
- Subject: [Bug rtl-optimization/54900] write introduction incorrect wrt the C11 memory model (2)
- Auto-submitted: auto-generated
- References: <bug-54900-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54900
--- Comment #4 from Francesco Zappa Nardelli <francesco.zappa.nardelli at gmail dot com> 2012-10-18 13:39:30 UTC ---
gcc version 4.8.0 20121018 (experimental) - which includes revision 192548 -
compiles this example correctly.
It also fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54906 .
Great, thanks.