Re: PATCH: PR plugins/56754 some missing plugin headers during installation in gcc 4.8

2013-05-21 Thread Duncan Sands
Hi Jakub, I actually committed this patch to mainline earlier today, as it is trivial, enables my own plugin (dragonegg) to compile against gcc-4.8, and according to the PR makes some other plugins work with gcc-4.8 too. I will backport it to the gcc-4.8 branch if no-one objects. But maybe you a

Re: PATCH: PR plugins/56754 some missing plugin headers during installation in gcc 4.8

2013-05-21 Thread Jack Howarth
On Tue, May 21, 2013 at 05:09:14PM +0200, Jakub Jelinek wrote: > On Sat, Mar 30, 2013 at 03:17:59PM +0100, Magnus Granberg wrote: > > This patch readd TARGET_H that was removed with revision 188166 > > IPA_PROP_H is in use by PLUGIN_HEADERS and did depend on GIMPLE_H that > > did have TARGET_H befo

Re: PATCH: PR plugins/56754 some missing plugin headers during installation in gcc 4.8

2013-05-21 Thread Jakub Jelinek
On Sat, Mar 30, 2013 at 03:17:59PM +0100, Magnus Granberg wrote: > This patch readd TARGET_H that was removed with revision 188166 > IPA_PROP_H is in use by PLUGIN_HEADERS and did depend on GIMPLE_H that > did have TARGET_H before it was removed and it was not added to IPA_PROP_H or > PLUGIN_HEADE