[Bug c++/15081] New: Internal compiler error when building Xerces 2.3.0

kynn at panix dot com gcc-bugzilla@gcc.gnu.org
Thu Apr 22 22:05:00 GMT 2004


Environment: Linux Debian 3.0; kernel 2.4.18; output of "gcc -v": gcc version 
2.95.4 20011002 (Debian prerelease)

I downloaded http://xml.apache.org/dist/xerces-c/archives/Xerces-C_2_3_0/xerces-
c-src_2_3_0.tar.gz

Ran runConfigure like this:

./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P/opt

Upon running make, I hit this "Internal compiler error":

g++ -fPIC -DLINUX -D_REENTRANT -c -I/home/jones/build/xerces-c-
src_2_3_0/include -w -O -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -
DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM  -DPROJ_VALIDATORS -
DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -
DXML_USE_NETACCESSOR_SOCKET     -o /home/jones/build/xerces-c-
src_2_3_0/obj/LINUX/DOMDocumentImpl.o DOMDocumentImpl.cpp

/home/jones/build/xerces-c-
src_2_3_0/include/xercesc/dom/impl/DOMDeepNodeListPool.c: In method 
`xercesc_2_3::DOMDeepNodeListPool<xercesc_2_3::DOMDeepNodeListImpl>::DOMDeepNode
ListPool(long unsigned int, bool, long unsigned int = 128)':
DOMDocumentImpl.cpp:900:   instantiated from here
/home/jones/build/xerces-c-
src_2_3_0/include/xercesc/dom/impl/DOMDeepNodeListPool.c:104: Internal compiler 
error.
/home/jones/build/xerces-c-
src_2_3_0/include/xercesc/dom/impl/DOMDeepNodeListPool.c:104: Please submit a 
full bug report.
/home/jones/build/xerces-c-
src_2_3_0/include/xercesc/dom/impl/DOMDeepNodeListPool.c:104: Internal compiler 
error:
/home/jones/build/xerces-c-
src_2_3_0/include/xercesc/dom/impl/DOMDeepNodeListPool.c:104: See 
<URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [DOMDocumentImpl.o] Error 1
make[2]: Leaving directory `/home/jones/build/xerces-c-
src_2_3_0/src/xercesc/dom/impl'
make[1]: *** [impl] Error 2
make[1]: Leaving directory `/home/jones/build/xerces-c-
src_2_3_0/src/xercesc/dom'
make: *** [Dom] Error 2


I'd like to send the *.ii file, but I don't know how to do it with this 
interface.

KJ

-- 
           Summary: Internal compiler error when building Xerces 2.3.0
           Product: gcc
           Version: 2.95.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kynn at panix dot com
                CC: gcc-bugs at gcc dot gnu dot org,kynn at panix dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15081



More information about the Gcc-bugs mailing list