On Sat, 2019-12-07 at 07:51 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > This patch adds the IPA pass boilerplate for the analyzer. > > > > gcc/ChangeLog: > > * analyzer/analyzer-pass.cc: New file. > Nothing I see controversial here. But obviously will need some > adjustment if we're moving away from using the plugin facilities. > > jeff
Indeed, in v3 it gains a "gate" vfunc, uses a timevar, and the "sorry" for not-enabled-at-configure-time moves from the driver to this pass's execute "vfunc": https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00531.html Dave