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

Re: gcc 2.95.2, mips-sgi-irix6.5 (Internal compiler error in ` gen_label_die', at dwarf2out.c:8726)


"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:

> I can't reproduce this 
> 
> cru200:21%gcc -c -v bug.i
> Reading specs from /usr/local/lib/gcc-lib/mips-sgi-irix6.5/2.95.2/specs
> gcc version 2.95.2 19991024 (release)
>  /usr/local/lib/gcc-lib/mips-sgi-irix6.5/2.95.2/cc1 bug.i -quiet -version -o
> /var/tmp/ccpiZVFa.s
> GNU C version 2.95.2 19991024 (release) (mips-sgi-irix6.5) compiled by GNU C
> version 2.95.2 19991024 (release).
> gccbug.c: In function `main':
> gccbug.c:6: label `nowhere' used but not defined

The bug doesn't happen without -g. I don't know anything about the gcc
sources, but maybe "dwarf2out.c" is a clue:

> > GNU C version 2.95.2 19991024 (release) (mips-sgi-irix6.5) compiled by GNU
> > C version 2.95.2 19991024 (release).
> > gccbug.c: In function `main':
> > gccbug.c:6: label `nowhere' used but not defined
> > gccbug.c:7: Internal compiler error in `gen_label_die', at
> > dwarf2out.c:8726
> > Please submit a full bug report.
> > See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
> > instructions.

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