This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/45518] [4.6 regression] bootstrap failure on sparc64-unknown-linux-gnu



------- Comment #2 from froydnj at codesourcery dot com  2010-09-03 13:34 -------
Subject: Re:  [4.6 regression] bootstrap failure on
        sparc64-unknown-linux-gnu

configure says:

checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: in
home/froydnj/build-mainline/intl':
configure: error: cannot run C compiled programs.

The compiled program for:

int
main (void)
{
  return 0;
}

segfaults.  gdb says:

(gdb) run
Starting program: /home/froydnj/build-mainline/intl/a.out 

Program received signal SIGSEGV, Segmentation fault.
0x000000000010059c in __do_global_ctors_aux ()
Current language:  auto
The current source language is "auto; currently asm".
(gdb) where
#0  0x000000000010059c in __do_global_ctors_aux ()
#1  0x00000000001003b0 in _init ()
#2  0x0000000000100518 in __libc_csu_init ()
#3  0xfffff80100157fd0 in __libc_start_main () from /lib64/libc.so.6
#4  0x00000000001003f4 in _start ()
(gdb)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45518


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