On Sat, 2017-07-08 at 15:50 +0800, Leslie Zhai wrote: > Hi GCC developers, > > There was > > PLUGIN_REGISTER_GGC_CACHES > > pseudo-events for register_callback in GCC v4.x, but how to migrate > it > for GCC v6.x? there is no PLUGIN_REGISTER_GGC_CACHES deprecated log > in > ChangeLog-201X nor git log plugin.h... please give me some hint, > thanks > a lot!
Trevor [CCed] removed it 2014-12-10 in r218558 (eb06b2519a361b7784b1807115fcb3dea0226035) in the commit: "remove gengtype support for param_is use_param, if_marked and splay tree allocators" The patch was here: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02965.html where he talks about plugin migration. Hope this is helpful Dave