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] on powerpc-unknown-linux-gnu hangs.


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


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