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.