Re: [PATCH] Update -Warray-bounds documentation [PR104355]

2022-02-14 Thread Martin Sebor via Gcc-patches
On 2/10/22 23:48, Richard Sandiford wrote: Martin Sebor via Gcc-patches writes: The -Warray-bounds description in the manual is out of date in a couple of ways. First it claims that the option is only active with optimization, which isn't entirely correct since at least one instance is issued

Re: [PATCH] Update -Warray-bounds documentation [PR104355]

2022-02-10 Thread Richard Sandiford via Gcc-patches
Martin Sebor via Gcc-patches writes: > The -Warray-bounds description in the manual is out of date in > a couple of ways. First it claims that the option is only active > with optimization, which isn't entirely correct since at least one > instance is issued even without it. Second, the descript