http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48422

--- Comment #5 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-04-03 19:01:57 
UTC ---
Yes, there are. I added the most obvious one now to my patch.

Index: Make-lang.in
===================================================================
--- Make-lang.in        (revision 171910)
+++ Make-lang.in        (working copy)
@@ -336,7 +336,8 @@
 fortran/f95-lang.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
   gt-fortran-f95-lang.h gtype-fortran.h $(CGRAPH_H) $(TARGET_H) fortran/cpp.h
\
   $(BUILTINS_DEF) fortran/types.def \
-  libfuncs.h expr.h
+  $(TM_H) debug.h langhooks.h $(FLAGS_H) $(EXPR_H) $(LANGHOOKS_DEF_H) \
+  libfuncs.h expr.h $(DIAGNOSTIC_H)
 fortran/scanner.o: toplev.h fortran/cpp.h
 fortran/convert.o: $(GFORTRAN_TRANS_DEPS)
 fortran/frontend-passes.o: $(GFORTRAN_TRANS_DEPS)

ok for apply?

Reply via email to