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

Re: [tree-ssa][unit-at-a-time] bootstrap



p.s. Incidentally, mainline ICE'd during bootstrap with '-O3 -g' earlier.
I will run '-O2 -funit-at-a-time -g' shortly.


/home/judd/gcc-dev/gcc-trunk/gcc/gengtype.c: In function `adjust_field_tree_exp':

/home/judd/gcc-dev/gcc-trunk/gcc/gengtype.c:803: internal compiler error: tree check: expected field_decl, have tree_list in gen_struct_or_union_type_die, at dwarf2out.c:11330


I am debugging something like this on powerpc-apple-darwin6.6 (Mac OS X 10.2.6).
It is not related to the problem you were seeing on the tree-ssa branch I think.
It looks like a GC (garbage collection) in GCC problem. I think if you up the
datasize limit, it should be able to pass but that is just a workaround.



Thanks, Andrew Pinski


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