This is the mail archive of the gcc-patches@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: x86-64 bootstrap broken (was Re: [PATCH] tree level if-conversion for vectorizer)


> 
> On Sep 4, 2004, at 5:55 AM, Jan Hubicka wrote:
> 
> >Devang,
> >it looks like your patch is responsible for misscompilation of stage2 
> >at
> >x86-64 compiler (so we die building libgcc with memory corruption).  I
> >checked it by disabling the pass from tree-optimize and we got past it.
> >
> >Would be possible to look into it soon?  I've got similarly looking
> >failure on PPC-linux too:
> >/abuild/gcc-test/gcc/gcc/libgcc2.c:359: internal compiler error: in
> >pool_free, at alloc-pool.c:287
> >Please submit a full bug report,
> >with preprocessed source if appropriate.
> >See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> >/abuild/gcc-test/gcc/gcc/libgcc2.c: In function `__ashldi3':
> >/abuild/gcc-test/gcc/gcc/libgcc2.c:387: internal compiler error:
> >Segmentation fault
> >Please submit a full bug report,
> >with preprocessed source if appropriate.
> >See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> >/abuild/gcc-test/gcc/gcc/libgcc2.c: In function `__ashrdi3':
> >/abuild/gcc-test/gcc/gcc/libgcc2.c:416: internal compiler error: in
> >pool_free, at alloc-pool.c:287
> >Please submit a full bug report,
> >with preprocessed source if appropriate.
> 
> Would it be possible to send me preprocessed source ?
> I do not have access to x86-64 box and ppc-linux box
> in the lab has decided to not respond at the moment.

Well, the problem is that the same source works fine with stage1
compiler and crash in stage2, so what we are facing is an
misscompilation of gcc itself.  It however crashed for me on
i686-pc-linux box too.

Honza
> 
> It is possible that get_loop_body_in_bfs_order() is causing
> this.
> 
> Thanks,
> -
> Devang


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