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

c++/499: g++ gives internal compiler error



>Number:         499
>Category:       c++
>Synopsis:       g++ gives internal compiler error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 31 07:26:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dan Timoney
>Release:        GNU CPP version 2.95.2 19991024 (release) (i386 System V Release 4)
>Organization:
>Environment:
UnixWare release 7.0.1 (on Pentium-based system)
>Description:

I received the following error message when trying to compile a C++ source file:

/usr/local/lib/gcc-lib/i686-UnixWare7.0.1-sysv5/2.95.2/../../../../include/g++-3

/stl_map.h:76: Internal compiler error in `output_die', at dwarf2out.c:5426

Please submit a full bug report.

See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

This problem only occurs when g++ is called with -g flag.
>How-To-Repeat:
Compile the attached file with: 

g++ -DUNIXWARE -g -DUSE_PTHREADS -Wall -ansi -c MgcpParse.ii

>Fix:
Omit -g flag from compile line.
>Release-Note:
>Audit-Trail:
>Unformatted:

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