Re: [google integration,gcc-4_8] Additional lightweight debug checks for std::deque

2013-09-24 Thread Paul Pluzhnikov
On Mon, Sep 23, 2013 at 6:29 PM, Paul Pluzhnikov ppluzhni...@google.com wrote: I've committed the patch below to google/integration (r202856) and gcc-4_8 (r202857) branches. Google ref: b/10872448. I've committed r202880 to adjust line numbers for libstdc++ breakage on google/gcc-4_8 branch.

[google integration,gcc-4_8] Additional lightweight debug checks for std::deque

2013-09-23 Thread Paul Pluzhnikov
Greetings, I've committed the patch below to google/integration (r202856) and gcc-4_8 (r202857) branches. Google ref: b/10872448. This cought approximately 10 bugs in our code. See also r195357 (similar checks for std::vector) and PR 56109. Thanks, 2013-09-23 Paul Pluzhnikov