On Fri, Nov 20, 2015 at 10:43 AM, David Edelsohn wrote:
> On Fri, Nov 20, 2015 at 11:28 AM, Sebastian Pop wrote:
>> Thanks David for reporting these problems.
>>
>> On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
>>> (2) All of the graphite*.c files include ISL headers first. This
>>> or
On Fri, Nov 20, 2015 at 11:28 AM, Sebastian Pop wrote:
> Thanks David for reporting these problems.
>
> On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
>> (2) All of the graphite*.c files include ISL headers first. This
>> order is not supported by GCC development and creates conflicts fo
On Fri, Nov 20, 2015 at 11:31 AM, Sebastian Pop wrote:
> On Fri, Nov 20, 2015 at 10:23 AM, Sven Verdoolaege
> wrote:
>> On Fri, Nov 20, 2015 at 10:14:47AM -0600, Sebastian Pop wrote:
>>> On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
>>> > Sebastian,
>>> >
>>> > I have tried to build GC
On Fri, Nov 20, 2015 at 10:23 AM, Sven Verdoolaege wrote:
> On Fri, Nov 20, 2015 at 10:14:47AM -0600, Sebastian Pop wrote:
>> On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
>> > Sebastian,
>> >
>> > I have tried to build GCC with Graphite and ISL on AIX and encountered
>> > two problems:
Thanks David for reporting these problems.
On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
> (2) All of the graphite*.c files include ISL headers first. This
> order is not supported by GCC development and creates conflicts for
> types and definitions provided / overridden by GCC headers,
On Fri, Nov 20, 2015 at 10:14:47AM -0600, Sebastian Pop wrote:
> On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
> > Sebastian,
> >
> > I have tried to build GCC with Graphite and ISL on AIX and encountered
> > two problems:
> >
> > (1) isl/ctx.h
> >
> > typedef enum {
> > isl_stat_
On Fri, Nov 20, 2015 at 9:31 AM, David Edelsohn wrote:
> Sebastian,
>
> I have tried to build GCC with Graphite and ISL on AIX and encountered
> two problems:
>
> (1) isl/ctx.h
>
> typedef enum {
> isl_stat_error = -1,
> isl_stat_ok = 0,
> } isl_stat;
>
> GCC complains about the co