https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112491
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #1) > The bug occurs when the first node of the deque is not filled from the first > element. That case was never tested. The deque::operator[] xmethod is wrong in the same scenarios.