This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 2.95.3 20001229 fails enable-checking bootstrap on mips-sgi-irix6.2
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: 2.95.3 20001229 fails enable-checking bootstrap on mips-sgi-irix6.2
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Sat, 30 Dec 2000 15:52:08 +0000 (GMT)
- Cc: <gcc-bugs at gcc dot gnu dot org>
On Sat, 30 Dec 2000, Kaveh R. Ghazi wrote:
> I tried bootstrapping 2.95.3 20001229 on mips-sgi-irix6.2 configured
> with --enable-checking=yes and got this in stage1:
>
> > frame
> > frame.c: In function `fde_split':
> > frame.c:873: Internal compiler error at dwarf2out.c:3636
> > make[4]: *** [libgcc2.a] Error 1
>
> I was able to reproduce this with a cross compiler from solaris2.7 so
> you probably don't need a mips box to debug it.
>
> Here is the .i file, compile with:
> ./cc1 frame.i -quiet -dumpbase frame.c -g -g1 -O2 -version -o frame.s
Thanks. I'll try to reproduce it. Is this a regression from 2.95.2?
Bernd