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]

c++/478: egcs 1.1.2-30 gets "internal compiler error" compiling STLport 4.0 on Redhat 6.2



>Number:         478
>Category:       c++
>Synopsis:       egcs 1.1.2-30 gets "internal compiler error" compiling STLport 4.0 on Redhat 6.2
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 18 09:26:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     mattwisner@hotmail.com
>Release:        unknown-1.0
>Organization:
>Environment:
sony f490 laptop,redhat 6.2, egcs 1.1.2-30
>Description:
egcs 1.1.2-30 gets "internal compiler error" when compiling 
STLport 4.0.
>How-To-Repeat:
download STLport-4.0.tar from www.stlport.org
cp gcc-glibc.mak to Makefile
enter "make clean" then "make all"

the very first file it compiles is "dll_main.cpp" and this
is where it errors out.

here's what happens just after entering "make all" ::

c++ -I../stlport -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -D__STL_USE
_GLIBC -D__STL_REAL_LOCALE_IMPLEMENTED -O2 -fpic dll_main.cpp -c -o obj/GCC/Rele
aseD/dll_main.o
dll_main.cpp: In instantiation of `__debug_alloc<::_STL::::_STL::__node_alloc<tr
ue,0> >':
dll_main.cpp:18:   instantiated from `::_STL::::_STL::__debug_alloc<::_STL::::_S
TL::__node_alloc<true,0> >'
dll_main.cpp:18:   instantiated from here
dll_main.cpp:18: Internal compiler error.
dll_main.cpp:18: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
dll_main.cpp:18: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details
.
>Fix:

>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]