[Bug libstdc++/55233] libstdc++ atomic does not support hle_acquire/release

2019-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 --- Comment #6 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #5) > I think this change is broken for -fshort-enums because the > std::memory_order enum will be a single byte, and not be able to store the > HLE bits. That's n

[Bug libstdc++/55233] libstdc++ atomic does not support hle_acquire/release

2019-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 --- Comment #5 from Jonathan Wakely --- I think this change is broken for -fshort-enums because the std::memory_order enum will be a single byte, and not be able to store the HLE bits.

[Bug libstdc++/55233] libstdc++ atomic does not support hle_acquire/release

2016-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/55233] libstdc++ atomic does not support hle_acquire/release

2016-01-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 --- Comment #3 from Jonathan Wakely --- Andi, this was fixed by r195321 and so can be closed, right?

[Bug libstdc++/55233] libstdc++ atomic does not support hle_acquire/release

2013-01-20 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 --- Comment #2 from Andi Kleen 2013-01-21 01:22:14 UTC --- Oops typo, I'll fix the ChangeLog

[Bug libstdc++/55233] libstdc++ atomic does not support hle_acquire/release

2013-01-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 --- Comment #1 from Jonathan Wakely 2013-01-20 20:05:03 UTC --- N.B. The commit for this is attached to PR 55223