[LLVMdev] IntervalMap warning

Eric Christopher echristo at gmail.com
Tue Feb 25 10:49:42 PST 2014


Yeah, I saw that and looked at it for 5 mins and couldn't see it, but
was busy and went off to something else.

-eric

On Tue, Feb 25, 2014 at 2:14 AM, Renato Golin <renato.golin at linaro.org> wrote:
> Anyone seeing this, too?
>
> include/llvm/ADT/IntervalMap.h:562:58:
> warning: array subscript is above array bounds [-Warray-bounds]
> const KeyT &stop(unsigned i) const { return this->first[i].second; }
>
> It seems the [i] is out of bounds, but the code is a bit dense and I
> couldn't find anything obviously wrong with it. It only shows when
> you're building the unit tests and the test calls directly for
> treeAvanceTo().
>
> cheers,
> --renato
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list