Re: [PATCH][GIMPLE FE] Split out parser into separate file

2016-10-27 Thread Richard Biener
On Thu, 27 Oct 2016, Trevor Saunders wrote: > On Thu, Oct 27, 2016 at 09:28:31AM +0200, Richard Biener wrote: > > On Thu, 27 Oct 2016, Trevor Saunders wrote: > > > > > On Tue, Oct 25, 2016 at 03:33:36PM +0200, Richard Biener wrote: > > > > > > > > Hi, > > > > > > > > so I did the massaging to s

Re: [PATCH][GIMPLE FE] Split out parser into separate file

2016-10-27 Thread Trevor Saunders
On Thu, Oct 27, 2016 at 09:28:31AM +0200, Richard Biener wrote: > On Thu, 27 Oct 2016, Trevor Saunders wrote: > > > On Tue, Oct 25, 2016 at 03:33:36PM +0200, Richard Biener wrote: > > > > > > Hi, > > > > > > so I did the massaging to split out the GIMPLE parsing routines out > > > to a separate

Re: [PATCH][GIMPLE FE] Split out parser into separate file

2016-10-27 Thread Richard Biener
On Thu, 27 Oct 2016, Trevor Saunders wrote: > On Tue, Oct 25, 2016 at 03:33:36PM +0200, Richard Biener wrote: > > > > Hi, > > > > so I did the massaging to split out the GIMPLE parsing routines out > > to a separate file (quite tricky to get the gengtype issues correctly > > so I thought to help

Re: [PATCH][GIMPLE FE] Split out parser into separate file

2016-10-26 Thread Trevor Saunders
On Tue, Oct 25, 2016 at 03:33:36PM +0200, Richard Biener wrote: > > Hi, > > so I did the massaging to split out the GIMPLE parsing routines out > to a separate file (quite tricky to get the gengtype issues correctly > so I thought to help out here and get things started). actually it looks like

[PATCH][GIMPLE FE] Split out parser into separate file

2016-10-25 Thread Richard Biener
Hi, so I did the massaging to split out the GIMPLE parsing routines out to a separate file (quite tricky to get the gengtype issues correctly so I thought to help out here and get things started). Tested on x86_64-unknown-linux-gnu, bootstrap is still in progress. Will push to gimplefe soon. I