Re: [PATCH 1/1] Work around array out of bounds warning in mkdeps

2020-01-06 Thread Jeff Law
On Tue, 2019-12-17 at 10:14 +0100, Andreas Krebbel wrote: > This suppresses an array out of bounds warning in mkdeps.c as proposed > by Martin Sebor in the bugzilla. > > array subscript 2 is outside array bounds of ‘const char [2]’ > > Since this warning does occur during bootstrap it currently

[PATCH 1/1] Work around array out of bounds warning in mkdeps

2019-12-17 Thread Andreas Krebbel
This suppresses an array out of bounds warning in mkdeps.c as proposed by Martin Sebor in the bugzilla. array subscript 2 is outside array bounds of ‘const char [2]’ Since this warning does occur during bootstrap it currently breaks werror builds on IBM Z. The problem can be reproduced also on