https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117222
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aldyh at gcc dot gnu.org, | |amacleod at redhat dot com Summary|[15 regression] Missed |[15 regression] Missed |optimization with with |optimization with with |std::vector resize in loop |std::vector resize in loop | |since | |r15-575-gda73261ce7731b --- Comment #2 from Sam James <sjames at gcc dot gnu.org> --- r15-575-gda73261ce7731b Confirmed with a revert too (as in just before that commit, as it doesn't revert cleanly on trunk and I didn't try massage it). I'm very surprised by this as I was under the impression the prange stuff was an initial stub (new class of range) rather than with anything especially wired with it yet -- I must have misread something. andrew?