https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119752
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=119748 Status|UNCONFIRMED |NEW Last reconfirmed| |2025-04-12 Ever confirmed|0 |1 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Not many algos care about contiguous ranges, and some of the ones that do care (copy etc.) are already using memcpyable_iterator which excludes volatile types.