public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* other/9867: ICE in gen_subprogram_die at dwarf2out.c:9512
@ 2003-02-26 18:16 bradley-kw-gnu.e2d0b7
  0 siblings, 0 replies; only message in thread
From: bradley-kw-gnu.e2d0b7 @ 2003-02-26 18:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9867
>Category:       other
>Synopsis:       ICE in gen_subprogram_die at dwarf2out.c:9512
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 26 18:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     bradley-kw-gnu.e2d0b7@bradley.lcs.mit.edu
>Release:        gcc-3.0.4
>Organization:
>Environment:
IRIX 6.5 07121148 IP27 mips
>Description:
I get an Internal compiler error in gen_subprogram_die at dwarf2out.c:9512

Here is the file:
---- foo.i ----
extern void foo(void);
int test_abort_aux(int d) {
  void catch(void) {
  }
  if (d == 0) {
    foo();
    return 0;
  }
}
---- end of foo.i ----
Here is the compiler output:

gcc --verbose foo.i -S -O2 -g
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.0.4/specs
Configured with: ../configure --prefix=/usr/freeware --enable-version-specific-runtime-libs --disable-shared --enable-threads --enable-haifa
Thread model: single
gcc version 3.0.4
 /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.0.4/cc1 -fpreprocessed foo.i -quiet -dumpbase foo.i -g -O2 -version -o foo.s
GNU CPP version 3.0.4 (cpplib) [AL 1.1, MM 40] SGI running IRIX 6.x
GNU C version 3.0.4 (mips-sgi-irix6.5)
	compiled by GNU C version 3.0.4.
foo.i: In function `test_abort_aux':
foo.i:9: Internal compiler error in gen_subprogram_die, at dwarf2out.c:9512
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.



>How-To-Repeat:
Cut out foo.i and run the compiler as shown above.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-26 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-26 18:16 other/9867: ICE in gen_subprogram_die at dwarf2out.c:9512 bradley-kw-gnu.e2d0b7

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).