This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11133] Inernal compiler error when compiling xerxes 2.3.0
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2003 15:07:01 -0000
- Subject: [Bug c++/11133] Inernal compiler error when compiling xerxes 2.3.0
- References: <20030609134038.11133.a.w@quirxi.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.