[Bug tree-optimization/77550] [6/7 Regression] std::deque with -O3 has infinite std::distance
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 13 12:59:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550
--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
The patch should at least work (loads are similarly affected). At some point
we want some infrastructure in the middle-end to chose a better fallback (as
Andrew says, if possible we can use the alias-set of the containing aggregate
for example).
More information about the Gcc-bugs
mailing list