Bug 2885 - Internal compiler error in `output_die', at dwarf2out.c:5433
Summary: Internal compiler error in `output_die', at dwarf2out.c:5433
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 2.95.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-20 15:36 UTC by nikv
Modified: 2003-07-25 17:33 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nikv 2001-05-20 15:36:00 UTC
Compilation of octave 2.0.16 (http://www.octave.org) fails on
src/sighandlers.cc

compilation line used: 
c++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions -fno-implicit-templates -g -O2 -Wall sighandlers.cc

Compiler error:
sighandlers.cc:649: Internal compiler error in `output_die', at dwarf2out.c:5433

Release:
gcc version 2.95.3 20010315 (release)

Environment:
mips-sgi-irix-6.5
SGI IRIX 6.5.11m, Indigo 2 Hi Impact, MIPS R10000 175 Mhz. IP28
448M RAM

How-To-Repeat:
Download Octave 2.0.16 from ftp.octave.org/pub/octave
execute ./configure in the uncompressed octave directory.
run gmake.
compiler commands used, as generated by configure
Compilation always fails at src/sighandlers.cc
Comment 1 Nathan Sidwell 2001-05-27 09:33:09 UTC
State-Changed-From-To: open->feedback
State-Changed-Why: please provide preprocessed sources of the file causing
    the problem
Comment 2 Nathan Sidwell 2001-05-27 16:33:09 UTC
From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, nikv@blueyonder.co.uk, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2885
Date: 27 May 2001 16:33:09 -0000

 Synopsis: Internal compiler error in `output_die', at dwarf2out.c:5433
 
 State-Changed-From-To: open->feedback
 State-Changed-By: nathan
 State-Changed-When: Sun May 27 09:33:09 2001
 State-Changed-Why:
     please provide preprocessed sources of the file causing
     the problem
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2885&database=gcc
Comment 3 Craig Rodrigues 2001-06-12 20:45:26 UTC
State-Changed-From-To: feedback->closed
State-Changed-Why: Preprocessed source not provided.