This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/59190] atomic ops on a non-escaped variable don't need atomicity
- 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: Sun, 14 Aug 2016 03:42:37 +0000
- Subject: [Bug tree-optimization/59190] atomic ops on a non-escaped variable don't need atomicity
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-59190-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59190
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-08-14
Ever confirmed|0 |1
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. There is another bug which was just filed a few weeks ago about
this same thing. Basically there needs to be a optimizing __atomic_* pass.