On 12 January 2015 at 11:19, Michael Collison
wrote:
> The issue is that tilegx includes expr.h which includes tree-core.h. A
> simple solution is to include "symtab.h" before "expr.h" in tilegx.c. The
> port has a unrelated link error after this change.
Yes, I am seeing this link error after buil
The issue is that tilegx includes expr.h which includes tree-core.h. A
simple solution is to include "symtab.h" before "expr.h" in tilegx.c.
The port has a unrelated link error after this change.
The second possiblity is to resolve this using Prathmesh latest patch
(submitted today) for flatte
On Sat, 2015-01-10 01:50:42 +0530, Prathamesh Kulkarni
wrote:
> On 9 January 2015 at 16:21, Richard Biener wrote:
> > On Fri, Jan 9, 2015 at 10:39 AM, Michael Collison
> > wrote:
> > > This patch flattens tree.h and tree-core.h. This is a revised
> > > patch that does not include tree-core.h a