This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]add function.h flattened includes to gcc-plugin.h


On 10/16/14 14:52, Andrew MacLeod wrote:
In an attempt to not screw up every plugin user again this release, I'll
try to add any flattened includes and any pre-requiresites into
gcc-plugin.h, as discussed here:
https://gcc.gnu.org/ml/gcc/2014-10/msg00127.html

This patch adds those includes to gcc-plugin.h, and also adds tm.h since
it is a prerequisite for function.h.

I also revert the changes to testsuite/g++.dg/plugin/pragma_plugin.c so
that it simply includes function.h like it did before...  thats the
proof of compilation I guess :-)

Pretty trivial change, and still bootstraps
onx86_64-unknown-linux-gnu...   and doesn't cause any regressions I can
see.,

OK?
OK.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]