Re: PATCH GCC5.0: conditionally skip gcc_version in gcc-plugin.h

2014-11-12 Thread Richard Biener
On Wed, Nov 12, 2014 at 3:35 PM, Richard Biener wrote: > On Wed, Nov 12, 2014 at 2:12 PM, Jakub Jelinek wrote: >> On Wed, Nov 12, 2014 at 01:55:12PM +0100, Basile Starynkevitch wrote: >>> Hello All, >>> >>> Some plugins (including MELT, see http://gcc-melt.org/ for more) >>> are made of several C

Re: PATCH GCC5.0: conditionally skip gcc_version in gcc-plugin.h

2014-11-12 Thread Richard Biener
On Wed, Nov 12, 2014 at 2:12 PM, Jakub Jelinek wrote: > On Wed, Nov 12, 2014 at 01:55:12PM +0100, Basile Starynkevitch wrote: >> Hello All, >> >> Some plugins (including MELT, see http://gcc-melt.org/ for more) >> are made of several C++ source files which all include "plugin-version.h" >> because

Re: PATCH GCC5.0: conditionally skip gcc_version in gcc-plugin.h

2014-11-12 Thread Jakub Jelinek
On Wed, Nov 12, 2014 at 01:55:12PM +0100, Basile Starynkevitch wrote: > Hello All, > > Some plugins (including MELT, see http://gcc-melt.org/ for more) > are made of several C++ source files which all include "plugin-version.h" > because they have some C++ code which depends upon the particular ve

PATCH GCC5.0: conditionally skip gcc_version in gcc-plugin.h

2014-11-12 Thread Basile Starynkevitch
Hello All, Some plugins (including MELT, see http://gcc-melt.org/ for more) are made of several C++ source files which all include "plugin-version.h" because they have some C++ code which depends upon the particular version of GCC. So they typically code #if GCCPLUGIN_VERSION >= 4009 /*