public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30058]  New: [4.3 regression] bootstrap broken on i386-unknown-netbsdelf2.0.2
@ 2006-12-03 14:57 fxcoudert at gcc dot gnu dot org
  2006-12-03 17:50 ` [Bug target/30058] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-12-03 14:57 UTC (permalink / raw)
  To: gcc-bugs

Building libgfortran there dies, probably due to the extern inline patch:

.libs/signal.o(.text+0x0): In function `__sigaddset14':
: multiple definition of `__sigaddset14'
.libs/kill.o(.text+0x0): first defined here
.libs/signal.o(.text+0x75): In function `__sigdelset14':
: multiple definition of `__sigdelset14'
.libs/kill.o(.text+0x75): first defined here
.libs/signal.o(.text+0xec): In function `__sigismember14':
: multiple definition of `__sigismember14'
.libs/kill.o(.text+0xec): first defined here
.libs/signal.o(.text+0x154): In function `__sigemptyset14':
: multiple definition of `__sigemptyset14'
.libs/kill.o(.text+0x154): first defined here
.libs/signal.o(.text+0x185): In function `__sigfillset14':
: multiple definition of `__sigfillset14'
.libs/kill.o(.text+0x185): first defined here
collect2: ld returned 1 exit status

As an example, /usr/include/signal.h contains:

int sigemptyset __P((sigset_t *)) __RENAME(__sigemptyset14);

extern __inline int
sigemptyset(sigset_t *set)
{
        __sigemptyset(set);
        return (0);
}


-- 
           Summary: [4.3 regression] bootstrap broken on i386-unknown-
                    netbsdelf2.0.2
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
 GCC build triplet: i386-unknown-netbsdelf2.0.2
  GCC host triplet: i386-unknown-netbsdelf2.0.2
GCC target triplet: i386-unknown-netbsdelf2.0.2


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-07-26  0:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-03 14:57 [Bug bootstrap/30058] New: [4.3 regression] bootstrap broken on i386-unknown-netbsdelf2.0.2 fxcoudert at gcc dot gnu dot org
2006-12-03 17:50 ` [Bug target/30058] " pinskia at gcc dot gnu dot org
2007-01-02 14:34 ` fxcoudert at gcc dot gnu dot org
2007-01-06 17:51 ` fxcoudert at gcc dot gnu dot org
2007-01-26 13:17 ` fxcoudert at gcc dot gnu dot org
2007-01-26 13:17 ` fxcoudert at gcc dot gnu dot org
2007-03-16 20:12 ` geoffk at gcc dot gnu dot org
2007-03-16 20:13 ` geoffk at gcc dot gnu dot org
2007-03-19 17:08 ` kristerw at gcc dot gnu dot org
2007-04-28  4:19 ` kargl at gcc dot gnu dot org
2007-06-29 17:47 ` mmitchel at gcc dot gnu dot org
2007-06-29 17:48 ` mmitchel at gcc dot gnu dot org
2007-06-29 19:37 ` geoffk at gcc dot gnu dot org
2007-07-25 23:52 ` kristerw at gcc dot gnu dot org
2007-07-26  0:02 ` kristerw at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).