Re: [PATCH] add access warning pass

2021-07-28 Thread Martin Sebor via Gcc-patches
On 7/28/21 3:23 AM, Richard Biener wrote: On Fri, Jul 16, 2021 at 12:42 AM Martin Sebor via Gcc-patches wrote: A number of access warnings as well as their supporting infrastructure (compute_objsize et al.) are implemented in builtins.{c,h} where they (mostly) operate on trees and run just be

Re: [PATCH] add access warning pass

2021-07-28 Thread Richard Biener via Gcc-patches
On Fri, Jul 16, 2021 at 12:42 AM Martin Sebor via Gcc-patches wrote: > > A number of access warnings as well as their supporting > infrastructure (compute_objsize et al.) are implemented in > builtins.{c,h} where they (mostly) operate on trees and run > just before RTL expansion. > > This setup m