This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] on powerpc-unknown-linux-gnu hangs.
- From: Andrew Pinski <apinski at apple dot com>
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Cc: Andrew Pinski <apinski at apple dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 14 Nov 2003 14:37:59 -0800
- Subject: Re: [tree-ssa] on powerpc-unknown-linux-gnu hangs.
- References: <3FB55880.6020908@moene.indiv.nluug.nl>
On Nov 14, 2003, at 2:34 PM, Toon Moene wrote:
[ Uses gcc-3.3 to bootstrap ]
Bootstrap hangs as follows:
[ stage 2 ]
(gdb) attach 20662
Attaching to process 20662
Reading symbols from
/home/toon/compilers/tree-ssa/obj/gcc/stage1/cc1...done.
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld.so.1...done.
Loaded symbols for /lib/ld.so.1
0x1058a1d0 in decl_function_context (decl=0x3094f400)
at ../../gcc/gcc/tree.c:4488
4488 while (context && TREE_CODE (context) != FUNCTION_DECL)
(gdb) p context
$1 = 0x309540c0
(gdb) list
4483 = TYPE_MAIN_VARIANT
4484 (TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE
(decl)))));
4485 else
4486 context = DECL_CONTEXT (decl);
4487
4488 while (context && TREE_CODE (context) != FUNCTION_DECL)
4489 {
4490 if (TREE_CODE (context) == BLOCK)
4491 context = BLOCK_SUPERCONTEXT (context);
4492 else
Please help,
I am having the same problem on powerpc-apple-darwin, see
<http://gcc.gnu.org/ml/gcc/2003-11/msg00791.html>.
Jan Hubicka said he has looking into it:
<http://gcc.gnu.org/ml/gcc/2003-11/msg00799.html>.
Thanks,
Andrew Pinski