This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/68622] initialization of atomic objects emits unnecessary fences
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Aug 2016 06:20:21 +0000
- Subject: [Bug tree-optimization/68622] initialization of atomic objects emits unnecessary fences
- Auto-submitted: auto-generated
- References: <bug-68622-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68622
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4455.html
This means someone should implement this for GCC.