This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa][unit-at-a-time] bootstrap
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: judd dot jenne at charter dot net
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc at gcc dot gnu dot org
- Date: Sat, 30 Aug 2003 23:00:49 -0400
- Subject: 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