2023-03-05 14:38:36

by Tom Rix

[permalink] [raw]
Subject: RFC: extend -Wno-array-bounds to gcc 13

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