This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
FIXME in gcc/gimplify.c
- From: nick <xerofoify at gmail dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 29 Mar 2019 18:29:00 -0400
- Subject: 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