This is the mail archive of the gcc-bugs@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]

[Bug middle-end/48422] [4.7 Regression] bootstrap failure for i686-*-* targets by ICE


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

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-04-03 17:10:22 UTC ---
Yes, a complete rebuild fixed the issue.

The following patch to fortran/Make-lang.in should solve this also for a
partial rebuild:

Index: Make-lang.in
===================================================================
--- Make-lang.in        (revision 171910)
+++ Make-lang.in        (working copy)
@@ -336,7 +336,7 @@
 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
+  libfuncs.h expr.h langhooks.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?


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