This is the mail archive of the gcc-prs@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: bootstrap/6539: 3.2 bootstrap failure on irix6.5 - fixproto


The following reply was made to PR bootstrap/6539; it has been noted by GNATS.

From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: <gcc-gnats@gcc.gnu.org>,
	<jakub@redhat.com>,
	<gcc-bugs@gcc.gnu.org>
Cc:  
Subject: Re: bootstrap/6539: 3.2 bootstrap failure on irix6.5 - fixproto
Date: Thu, 2 May 2002 13:48:40 +1000

 This is what happens.
 
 gdb fix-header core
 GNU gdb 5.1.1
 Copyright 2002 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you =
 are
 welcome to change it and/or distribute copies of it under certain =
 conditions.
 Type "show copying" to see the conditions.
 There is absolutely no warranty for GDB.  Type "show warranty" for =
 details.
 This GDB was configured as "mips-sgi-irix6.5"...
 Core was generated by `fix-header'.
 Program terminated with signal 11, Segmentation fault.
 Reading symbols from /usr/lib32/libc.so.1...done.
 #0  0x1000fde0 in _cpp_lex_direct (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cpplex.c:919
 919       c =3D *buffer->cur++;
 .gdbinit:7: Error in sourced command file:
 /exd4/billingd/src/gcc-j/gcc/gdbinit.in:91: Error in sourced command =
 file:
 Function "fancy_abort" not defined.
 (gdb) where
 #0  0x1000fde0 in _cpp_lex_direct (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cpplex.c:919
 #1  0x1000fbec in _cpp_lex_token (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cpplex.c:847
 #2  0x1000bbe4 in cpp_get_token (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cppmacro.c:1003
 #3  0x1002365c in lex (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cppexp.c:287
 #4  0x10023d44 in _cpp_parse_expr (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cppexp.c:560
 #5  0x10016db4 in do_if (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cpplib.c:1369
 #6  0x100145fc in _cpp_handle_directive (pfile=3D0x10053ff8, =
 indented=3D0)
     at /exd4/billingd/src/gcc-j/gcc/cpplib.c:407
 #7  0x1000fc74 in _cpp_lex_token (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cpplex.c:853
 #8  0x1000bbe4 in cpp_get_token (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/cppmacro.c:1003
 #9  0x10007998 in get_a_token (pfile=3D0x10053ff8)
     at /exd4/billingd/src/gcc-j/gcc/scan-decls.c:49
 #10 0x10007ae8 in scan_decls (pfile=3D0x10053ff8, argc=3D7, =
 argv=3D0x7ffb7dc4)
     at /exd4/billingd/src/gcc-j/gcc/scan-decls.c:106
 #11 0x1000525c in read_scan_file (
     in_fname=3D0x7ffb8038 =
 "/exd4/billingd/obj/gcc-j/gcc/include/sys/IP20nvram.h", argc=3D7, =
 argv=3D0x7ffb7dc4) at /exd4/billingd/src/gcc-j/gcc/fix-header.c:649
 #12 0x10006ffc in main (argc=3D11, argv=3D0x7ffb7db4)
     at /exd4/billingd/src/gcc-j/gcc/fix-header.c:1169


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