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 #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-03 16:23:41 UTC ---
> Kai wrote in #gcc that it is due to Rev. 171862.
> 
> http://gcc.gnu.org/ml/gcc-cvs/2011-04/msg00054.html

This patch is a no-op except for Ada.  You probably didn't rebuild the entire
compiler, did you?  If no, there are very likely missing dependencies in the
Fortran Makefile fragment, namely:

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


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