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

PING [PATCH] add access warning pass

2021-07-23 Thread Martin Sebor via Gcc-patches
Ping: https://gcc.gnu.org/pipermail/gcc-patches/2021-July/575377.html On 7/15/21 4:39 PM, Martin Sebor 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 befor