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

3.4BIB boostrap failure


	FYI, I am seeing a PowerPC bootstrap failures on the 3.4BIB when
compiling libgcc2.a, specifically unwind-dw2.o.  The failure occurs during
the first garbage collection run:

/u/dje/src/gnu/gcc-3.4bib/gcc/unwind-dw2.c: In function `uw_install_context_1':
/u/dje/src/gnu/gcc-3.4bib/gcc/unwind-dw2.c:1214: internal compiler error:
in gt_ggc_mx_function, at gtype-desc.c:257

Line 257 is

      if ((*x).machine) abort();

Additionally, when I try to build the 3.4BIB branch with a high degree of
Make parallelism, rs6000-c.o fails because insn-flags.h and
insn-constant.h do not exist.  Some dependency is missing with the include
file reorganization.

David


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