After dicussing this on the list as archived here, https://gcc.gnu.org/ml/gcc/2019-04/msg00026.html these comments are not needed it seems. Therefore remove them to update the comments with these issues as no longer required fixes due to several things being required to build properly from those header files being included.
Signed-off-by: Nicholas Krause <xerofo...@gmail.com> --- gcc/gimplify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 6ac1b718ebd..e51c9b7d493 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "gimple.h" #include "gimple-predict.h" -#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ +#include "tree-pass.h" #include "ssa.h" #include "cgraph.h" #include "tree-pretty-print.h" @@ -59,7 +59,7 @@ along with GCC; see the file COPYING3. If not see #include "gomp-constants.h" #include "splay-tree.h" #include "gimple-walk.h" -#include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name */ +#include "langhooks-def.h" #include "builtins.h" #include "stringpool.h" #include "attribs.h" -- 2.17.1