[Bug libstdc++/64735] std::future broken on armel

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 7 22:27:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
          Component|c++                         |libstdc++
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The patch is a pessimization for non-armv5 targets, we don't want to change the
targets that already work correctly. I'll look at a better way to do it (maybe
encapsulating the ref-count more neatly) this week.


More information about the Gcc-bugs mailing list