On Tue, Apr 28, 2015 at 09:14:27AM +0300, Yaron Keren wrote: > http://llvm.org/pr23335 > > When building clang with gcc 4.9.1, there are many 'array subscript is > above array bounds' warnings from clang/Basic/Diagnostic.h. This patch > silences these warnings. But why do they happen? Joerg