On Fri, Aug 30, 2019 at 12:36 AM Martin Sebor wrote:
>
> The -Warray-bounds enhancement I added to GCC 9 causes false
> positives in languages like Fortran whose first array element
> is at a non-zero index. The attached patch has the function
> responsible for the warning normalize the array bou
The -Warray-bounds enhancement I added to GCC 9 causes false
positives in languages like Fortran whose first array element
is at a non-zero index. The attached patch has the function
responsible for the warning normalize the array bounds to
always start at zero to avoid these false positives.
Te