This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FIXME in gcc/gimplify.c


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 including
that way so this header inclusion should now be removed. Unless I'm missing something else
which is fine.

If not just let me known and I will just send a patch for it,
Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]