Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:18, Richard Biener wrote: > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >> On 14 January 2015 at 16:13, Richard Biener wrote: >> > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: >> > >> >> On 14 January 2015 at 16:13, Kugan >> >> wrote: >> >> > On 14/01/15 21:24,

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > On 14 January 2015 at 16:13, Richard Biener wrote: > > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > > > >> On 14 January 2015 at 16:13, Kugan > >> wrote: > >> > On 14/01/15 21:24, Prathamesh Kulkarni wrote: > >> >> On 14 January 2015 at 14:

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:13, Richard Biener wrote: > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >> On 14 January 2015 at 16:13, Kugan wrote: >> > On 14/01/15 21:24, Prathamesh Kulkarni wrote: >> >> On 14 January 2015 at 14:37, Richard Biener wrote: >> >>> On Wed, 14 Jan 2015, Prathamesh K

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > On 14 January 2015 at 16:13, Kugan wrote: > > On 14/01/15 21:24, Prathamesh Kulkarni wrote: > >> On 14 January 2015 at 14:37, Richard Biener wrote: > >>> On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >>> > Hi, > I am having an issue

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:13, Kugan wrote: > On 14/01/15 21:24, Prathamesh Kulkarni wrote: >> On 14 January 2015 at 14:37, Richard Biener wrote: >>> On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: >>> Hi, I am having an issue with placing includes of expr.h in gcc-plugin.h. rtl.h is

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Kugan
On 14/01/15 21:24, Prathamesh Kulkarni wrote: > On 14 January 2015 at 14:37, Richard Biener wrote: >> On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: >> >>> Hi, >>> I am having an issue with placing includes of expr.h in gcc-plugin.h. >>> rtl.h is required to be included before expr.h, so I put it

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 14:37, Richard Biener wrote: > On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > >> Hi, >> I am having an issue with placing includes of expr.h in gcc-plugin.h. >> rtl.h is required to be included before expr.h, so I put it in gcc-plugin.h. >> However the front-ends then fail

Re: issue with placing includes in gcc-plugin.h

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: > Hi, > I am having an issue with placing includes of expr.h in gcc-plugin.h. > rtl.h is required to be included before expr.h, so I put it in gcc-plugin.h. > However the front-ends then fail to build because rtl.h is not allowed > in front-ends, > a

Re: issue with placing includes in gcc-plugin.h

2015-01-13 Thread Prathamesh Kulkarni
On 14 January 2015 at 02:52, Prathamesh Kulkarni wrote: > Hi, > I am having an issue with placing includes of expr.h in gcc-plugin.h. > rtl.h is required to be included before expr.h, so I put it in gcc-plugin.h. > However the front-ends then fail to build because rtl.h is not allowed > in front-e

issue with placing includes in gcc-plugin.h

2015-01-13 Thread Prathamesh Kulkarni
Hi, I am having an issue with placing includes of expr.h in gcc-plugin.h. rtl.h is required to be included before expr.h, so I put it in gcc-plugin.h. However the front-ends then fail to build because rtl.h is not allowed in front-ends, and the front-ends include gcc-plugin.h (via plugin.h). For i