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]

[tree-ssa] on powerpc-unknown-linux-gnu hangs.


[ 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,

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)


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