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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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?
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
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