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]
Other format: [Raw text]

[Bug c++/11133] Inernal compiler error when compiling xerxes 2.3.0


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia@physics.uc.edu  2003-06-09 15:07 -------
I reproduce it with gcc 2.95.3, looks like your g++ compiler is 2.95.x while gcc is 3.2.2:

tin:~/src/gnu/gcctest>~/ia32_linux_gcc2_95//bin/g++ pr11133.ii -fPIC -c 
/home/qwer/Qwer/build/dbxml-1.0.14/lib/xerces-c-src_2_3_0/include/xercesc/dom/impl/
DOMDeepNodeListPool.c: In method `xercesc_2_3::DOMDeepNodeListPool<
xercesc_2_3::DOMDeepNodeListImpl>::DOMDeepNodeListPool(long unsigned int, 
bool, long unsigned int = 128)':
DOMDocumentImpl.cpp:900:   instantiated from here
/home/qwer/Qwer/build/dbxml-1.0.14/lib/xerces-c-src_2_3_0/include/xercesc/dom/impl/
DOMDeepNodeListPool.c:104: Internal compiler error.
/home/qwer/Qwer/build/dbxml-1.0.14/lib/xerces-c-src_2_3_0/include/xercesc/dom/impl/
DOMDeepNodeListPool.c:104: Please submit a full bug report.
/home/qwer/Qwer/build/dbxml-1.0.14/lib/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.

This is fixed for at least 3.0.4 because that does not ICE, 3.2.3, 3.2.2, 3.3.1 (20030526) 
and the mainline (20030609) does not ICE either.

Updating g++ will fix this.


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