Re: FIXME in gcc/gimplify.c

2019-04-02 Thread Andrew MacLeod
On 4/1/19 5:17 PM, nick wrote: On 2019-04-01 1:54 p.m., Andrew MacLeod wrote: #include "tree-flow.h" #include "cgraph.h" #include "timevar.h" #include "hashtab.h" #include "flags.h" #include "function.h" #include "ggc.h" #include "diagnostic-core.h" #include "target.h" #include "pointer-set.h"

Re: FIXME in gcc/gimplify.c

2019-04-01 Thread nick
On 2019-04-01 1:54 p.m., Andrew MacLeod wrote: > On 4/1/19 12:49 PM, nick wrote: >> >> On 2019-04-01 4:21 a.m., Martin Liška wrote: >>> On 3/29/19 11:29 PM, nick wrote: Greetings all, Not sure why this exists still as tree-eh.h is including in tree-eh.c which defines this he

Re: FIXME in gcc/gimplify.c

2019-04-01 Thread Andrew MacLeod
On 4/1/19 12:49 PM, nick wrote: On 2019-04-01 4:21 a.m., Martin Liška wrote: On 3/29/19 11:29 PM, nick wrote: Greetings all, Not sure why this exists still as tree-eh.h is including in tree-eh.c which defines this header as used for this FIXME: #include "tree-pass.h" /* FIXME: onl

Re: FIXME in gcc/gimplify.c

2019-04-01 Thread nick
On 2019-04-01 4:21 a.m., Martin Liška wrote: > On 3/29/19 11:29 PM, nick wrote: >> Greetings all, >> >> Not sure why this exists still as tree-eh.h is including in tree-eh.c which >> defines this header >> as used for this FIXME: >> #include "tree-pass.h" /* FIXME: only for PROP_gimpl

Re: FIXME in gcc/gimplify.c

2019-04-01 Thread Martin Liška
On 3/29/19 11:29 PM, nick wrote: > Greetings all, > > Not sure why this exists still as tree-eh.h is including in tree-eh.c which > defines this header > as used for this FIXME: > #include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ > > Unless there is something in the build or

FIXME in gcc/gimplify.c

2019-03-29 Thread nick
Greetings all, Not sure why this exists still as tree-eh.h is including in tree-eh.c which defines this header as used for this FIXME: #include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ Unless there is something in the build ordering that would cause issues it's indirectly i