This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?
- From: David Malcolm <dmalcolm at redhat dot com>
- To: Leslie Zhai <lesliezhai at llvm dot org dot cn>, baldrick at free dot fr, gcc at gcc dot gnu dot org
- Cc: Trevor Saunders <tsaunders at mozilla dot com>
- Date: Mon, 10 Jul 2017 10:16:57 -0400
- Subject: Re: whereis PLUGIN_REGISTER_GGC_CACHES? how to migrate it for GCC v6.x?
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dmalcolm at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 99C6EA4FB2
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 99C6EA4FB2
- References: <ecb63e98-20a1-ea39-08a2-e7d42405261e@llvm.org.cn>
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