RFC: extend -Wno-array-bounds to gcc 13

From: Tom Rix
Date: Sun Mar 05 2023 - 09:38:36 EST


With gcc version 13.0.1 20230304 (experimental) and W=1 on x86 a large number of false positives errors are thrown.

Could we extend ?

f0be87c42cbd ("gcc-12: disable '-Warray-bounds' universally for now")

Tom