missing plugin headers

2010-04-12 Thread Jack Howarth
On darwin, we are missing a required header file in the /sw/lib/gcc4.5/lib/gcc/x86_64-apple-darwin10.3.0/4.5.0/plugin/include/config installation directory. The file gcc/config/darwin-sections.def needs to be installed in plugin/include/config. What is the 'correct' way to achieve this (short of

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

Re: GCC 4.6 missing plugin headers

2013-06-19 Thread Jakub Jelinek
On Wed, Jun 19, 2013 at 10:47:09AM +0100, Alex Leach wrote: > Are there any further releases planned for the 4.6 branch? Would a > patch be accepted for this? I've got the 4.6 branch checked out in > git, but don't know exactly where an edit would be needed.. Are > there any reasons why this header

Re: GCC 4.6 missing plugin headers

2013-06-25 Thread Ryan Hill
On Wed, 19 Jun 2013 10:47:09 +0100 "Alex Leach" wrote: > Are there any further releases planned for the 4.6 branch? Would a patch > be accepted for this? I've got the 4.6 branch checked out in git, but > don't know exactly where an edit would be needed.. Are there any reasons > why this hea

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