This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15999] New: internal compiler error: Segmentation Fault
- From: "lecroart at nevrax dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2004 13:25:36 -0000
- Subject: [Bug c++/15999] New: internal compiler error: Segmentation Fault
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ c++ -v -save-temps -g -pipe -Wno-ctor-dtor-privacy -Wno-multichar -D_REENTRANT
-D_GNU_SOURCE -O3 -ftemplate-depth-24 -funroll-loops -I/usr/include/stlport
-I/usr/include/libxml2 -I./ consider.cpp -o consider.o
c++: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.3 (Debian 20040422)
/usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -E -D__GNUG__=3 -quiet -v
-I/usr/include/stlport -I/usr/include/libxml2 -I./ -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 -D_GNU_SOURCE -D_REENTRANT
-D_GNU_SOURCE consider.cpp -Wno-ctor-dtor-privacy -Wno-multichar
-ftemplate-depth-24 -funroll-loops -O3 consider.ii
ignoring nonexistent directory "/usr/i486-linux/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/include/stlport
/usr/include/libxml2
.
/usr/include/c++/3.3
/usr/include/c++/3.3/i486-linux
/usr/include/c++/3.3/backward
/usr/local/include
/usr/lib/gcc-lib/i486-linux/3.3.3/include
/usr/include
End of search list.
/usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -fpreprocessed mirror.ii -quiet
-dumpbase mirror.cpp -auxbase mirror -g -O3 -Wno-ctor-dtor-privacy
-Wno-multichar -version -ftemplate-depth-24 -funroll-loops -o mirror.s
GNU C++ version 3.3.3 (Debian 20040422) (i486-linux)
compiled by GNU C version 3.3.3 (Debian 20040422).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
/home/code/include/georges/load_form.h: In function `void
loadForm(const _STL::vector<_STL::string, _STL::allocator<_STL::string> >&,
const _STL::string&, _STL::map<NLMISC::CSheetId, T,
_STL::less<NLMISC::CSheetId>, _STL::allocator<_STL::pair<const
NLMISC::CSheetId, T> > >&, bool, bool) [with T = TDataSetSheet]':
/home/code/include/georges/load_form.h:498: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.3 (Debian 20040422)
$ uname -a
Linux server 2.4.22-1-686-smp #4 SMP Sun Sep 28 13:30:30 EST 2003 i686 GNU/Linux
--
Summary: internal compiler error: Segmentation Fault
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lecroart at nevrax dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15999