Re: GCC 4.6 missing plugin headers

2013-06-26 Thread Alex Leach
On Tue, 25 Jun 2013 21:54:35 +0100, Ryan Hill wrote: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.4/gentoo/76_all_4.7.0_c-family-headers.patch?revision=1.1&view=markup Thanks for sending that link over! It looks exactly like the patch that'd be needed. I've j

GCC 4.6 missing plugin headers

2013-06-19 Thread Alex Leach
Hi, I built and installed GCC 4.6.4 last night - on amd64 Linux 3.9.6 - and the installation was missing c-family/c-common.h from its plugin directory. This header is installed by 4.7 and 4.8 branches, and is included by other core plugin headers on 4.6, e.g. cp/cp-tree.h, which my plugin

Custom hash tables in extensions

2013-06-11 Thread Alex Leach
Dear GCC devs, I hope you don't mind me posting on this list. I'm trying to finish up an AST to XML converter, which I started porting from GCC-XML (a patched version of GCC-4.2) to a GCC plugin, quite a while ago now. I'd really appreciate any help with finishing this up, as there's a lot