David Malcolm wrote:
> On Mon, 2016-06-13 at 13:36 +0200, Ulrich Weigand wrote:
> > Gerald Pfeifer wrote:
> > 
> > > The source code of need_finalization_p in ggc.h reads
> > > 
> > >    template<typename T>
> > >    static inline bool
> > >    need_finalization_p ()
> > >    {
> > >    #if GCC_VERSION >= 4003
> > >      return !__has_trivial_destructor (T);
> > >    #else
> > >      return true;
> > >    #endif
> > >    }
> > > 
> > > which means your self test is broken by design for any compiler
> > > that is not GCC in at least version 4.3, isn't it?
> > 
> > Just to confirm that I'm seeing the same failure on my SPU
> > daily build machine, which is running RHEL 5 with a host
> > compiler of GCC 4.1.2.
> 
> Sorry about this.
> 
> Looks like Uros fixed this in r237381.

Yes, now it works again for me.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  ulrich.weig...@de.ibm.com

Reply via email to