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

Re: debug-early branch merged into mainline


> > On 06/06/2015 03:33 PM, Jan Hubicka wrote:
> > >Aldy,
> > >also at PPC64le LTO bootstrap (at gcc112) dies with:
> > >^
> > >0x104ae8f7 check_die
> > >         ../../gcc/dwarf2out.c:5715
> > 
> > Hmmm... this is in the LTO/ltrans stage?  If so, that's weird.  The
> > LTO path does not do the early DIE dance.  Since check_die() is a
> > new sanity check for DIEs, I wonder if this is a latent bug that was
> > already there.
> > 
> > How do I reproduce/do the LTO bootstrap thing?
> 
> I simply bootstrap with 
> 
> configure --enable-languages=all,obj-c++,go --disable-werror --with-build-config=bootstrap-lt
Ah, not full command line:
configure --enable-languages=all,obj-c++,go --disable-werror --with-build-config=bootstrap-lto

I will try your check die patch but probably not until Monday afternoon - have real life deadlines
till then.

Honza


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