This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30058] [4.3 regression] bootstrap broken on i386-unknown-netbsdelf2.0.2
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2007 13:16:53 -0000
- Subject: [Bug target/30058] [4.3 regression] bootstrap broken on i386-unknown-netbsdelf2.0.2
- References: <bug-30058-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-01-26 13:16 -------
Created an attachment (id=12960)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12960&action=view)
Preprocessed source for file a.c
Minimal testcase using the xgcc binary made before the bootstrap fails:
$ cat a.c
#include <signal.h>
int main (void)
{
return 0;
}
$ cat b.c
#include <signal.h>
void foo(void) { ; }
$ /home/fxcoudert/debug/ibin/./gcc/xgcc -B/home/fxcoudert/debug/ibin/./gcc/
-B/home/fxcoudert/debug/ibin/../irun/i386-unknown-netbsdelf2.0.2/bin/
-B/home/fxcoudert/debug/ibin/../irun/i386-unknown-netbsdelf2.0.2/lib/ -isystem
/home/fxcoudert/debug/ibin/../irun/i386-unknown-netbsdelf2.0.2/include -isystem
/home/fxcoudert/debug/ibin/../irun/i386-unknown-netbsdelf2.0.2/sys-include
-std=c99 a.c b.c
/var/tmp//ccbQwhuy.o(.text+0x0): In function `__sigaddset14':
: multiple definition of `__sigaddset14'
/var/tmp//ccqlPWOi.o(.text+0x0): first defined here
/var/tmp//ccbQwhuy.o(.text+0x67): In function `__sigdelset14':
: multiple definition of `__sigdelset14'
/var/tmp//ccqlPWOi.o(.text+0x67): first defined here
/var/tmp//ccbQwhuy.o(.text+0xd0): In function `__sigismember14':
: multiple definition of `__sigismember14'
/var/tmp//ccqlPWOi.o(.text+0xd0): first defined here
/var/tmp//ccbQwhuy.o(.text+0x127): In function `__sigemptyset14':
: multiple definition of `__sigemptyset14'
/var/tmp//ccqlPWOi.o(.text+0x127): first defined here
/var/tmp//ccbQwhuy.o(.text+0x158): In function `__sigfillset14':
: multiple definition of `__sigfillset14'
/var/tmp//ccqlPWOi.o(.text+0x158): first defined here
collect2: ld returned 1 exit status
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30058