Re: libstdc++ link failures on ppc64

2005-04-14 Thread Diego Novillo
On Thu, Apr 14, 2005 at 01:29:53PM -0700, H. J. Lu wrote: > You need at least > > http://sourceware.org/ml/binutils/2004-12/msg7.html > > for COMDAT. Otherwise, you will get what you saw and > > http://gcc.gnu.org/ml/gcc-patches/2005-04/msg01606.html > OK, thanks. Diego.

Re: libstdc++ link failures on ppc64

2005-04-14 Thread H. J. Lu
On Thu, Apr 14, 2005 at 03:29:36PM -0400, Diego Novillo wrote: > On Thu, Apr 14, 2005 at 12:20:05PM -0700, Mark Mitchell wrote: > > > Would you report your as + ld version numbers? Again, I'm guessing that > > you have an assembler with COMDAT and a linker without, or a broken > > assembler. >

Re: libstdc++ link failures on ppc64

2005-04-14 Thread Diego Novillo
On Thu, Apr 14, 2005 at 12:20:05PM -0700, Mark Mitchell wrote: > Would you report your as + ld version numbers? Again, I'm guessing that > you have an assembler with COMDAT and a linker without, or a broken > assembler. > binutils-2.15.92.0.2-5 $ ld --version GNU ld version 2.15.92.0.2 200409

Re: libstdc++ link failures on ppc64

2005-04-14 Thread Mark Mitchell
Diego Novillo wrote: On Thu, Apr 14, 2005 at 11:26:33AM -0500, Jon Grimm wrote: Diego Novillo wrote: I see no changes in libstdc++ since the previous run and nothing in the C++ FE, so I'm not sure whether it may be something broken in my box. Anybody else seeing this failure? Yep. I see this here

Re: libstdc++ link failures on ppc64

2005-04-14 Thread H. J. Lu
On Thu, Apr 14, 2005 at 12:46:08PM -0400, Diego Novillo wrote: > On Thu, Apr 14, 2005 at 11:26:33AM -0500, Jon Grimm wrote: > > Diego Novillo wrote: > > > > > > > > > >I see no changes in libstdc++ since the previous run and nothing > > >in the C++ FE, so I'm not sure whether it may be something

Re: libstdc++ link failures on ppc64

2005-04-14 Thread Diego Novillo
On Thu, Apr 14, 2005 at 11:26:33AM -0500, Jon Grimm wrote: > Diego Novillo wrote: > > > > > >I see no changes in libstdc++ since the previous run and nothing > >in the C++ FE, so I'm not sure whether it may be something broken > >in my box. > > > >Anybody else seeing this failure? > > > > Yep. I

Re: libstdc++ link failures on ppc64

2005-04-14 Thread Jon Grimm
Diego Novillo wrote: I see no changes in libstdc++ since the previous run and nothing in the C++ FE, so I'm not sure whether it may be something broken in my box. Anybody else seeing this failure? Yep. I see this here on the PPC64 nightly autotester. Br, Jon

Re: libstdc++ link failures on ppc64

2005-04-14 Thread Diego Novillo
On Thu, Apr 14, 2005 at 09:33:52AM -0400, Diego Novillo wrote: > My ppc64 tester started failing last night while trying to create > libstdc++ libraries with: > I forgot to mention. This is on mainline. Diego.