Re: [trunk] hard-reg-set.h not installed in plugins/include

2010-10-16 Thread Basile Starynkevitch
On Sat, 16 Oct 2010 23:28:37 +0200 Basile Starynkevitch wrote: > > I believe that $(REGSET_H) should be added to $(PLUGIN_HEADERS) near > line 4506 of gcc/Makefile.in [but I don't propose a patch now, because > I really would prefer my > http://gcc.gnu.org/ml/gcc-patches/2010-10/msg01262.html pat

Re: [trunk] hard-reg-set.h not installed in plugins/include

2010-10-16 Thread Basile Starynkevitch
On Sat, 16 Oct 2010 23:14:18 +0200 Basile Starynkevitch wrote: > > Hello, > > It seems that the file hard-reg-set.h is included from gimple.h > but it is not installed in the PLUGIN_HEADERS (inside gcc/Makefile.in) > > So I believe that any plugin for gcc trunk (at least rev 165392) which > #i

[trunk] hard-reg-set.h not installed in plugins/include

2010-10-16 Thread Basile Starynkevitch
Hello, It seems that the file hard-reg-set.h is included from gimple.h but it is not installed in the PLUGIN_HEADERS (inside gcc/Makefile.in) So I believe that any plugin for gcc trunk (at least rev 165392) which #include-s "gimple.h" cannot be compiled. (I actually noticed that bug in the MELT