Re: Factor gimple structures out of gimple.h

2013-09-10 Thread Andrew MacLeod
On 09/09/2013 05:00 AM, Richard Biener wrote: More discussion on rationale at the thread: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00300.html Tested on x86_64. The split looks ok to me, given the plan. But as there is still discussion around it please hold off until that died down with a

Re: Factor gimple structures out of gimple.h

2013-09-09 Thread Richard Biener
On Sat, Sep 7, 2013 at 12:26 AM, Diego Novillo wrote: > This patch introduces gimple-core.h, which contains just the data > structures needed to define gimple. I left everything else in > gimple.h > > The addition of alias.h to tree-ssa-alias.h is so that we can > include tree-ssa-alias.h in isola

Factor gimple structures out of gimple.h

2013-09-06 Thread Diego Novillo
This patch introduces gimple-core.h, which contains just the data structures needed to define gimple. I left everything else in gimple.h The addition of alias.h to tree-ssa-alias.h is so that we can include tree-ssa-alias.h in isolation. It now includes everything it needs. More discussion on rat