[Bug libstdc++/90384] parallel std::transform fails to apply to all elements

2019-05-08 Thread mfdeakin at cs dot unc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90384 Michael Deakin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/90384] New: std::transform fails to apply to all elements

2019-05-07 Thread mfdeakin at cs dot unc.edu
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: mfdeakin at cs dot unc.edu Target Milestone: --- The following minimal reproducer fails randomly when using the par and par_unseq execution policies, but passes when using the seq or just the default transform. (I