This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12573] New: [ regression from 3.3.1 ] ICE (segfault) with Boost.Python
- From: "jbrandmeyer at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Oct 2003 01:49:54 -0000
- Subject: [Bug c++/12573] New: [ regression from 3.3.1 ] ICE (segfault) with Boost.Python
- 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=12573
Summary: [ regression from 3.3.1 ] ICE (segfault) with
Boost.Python
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jbrandmeyer at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
Command to cause failure: g++-3.4 -x c++ -I/usr/include/python2.2
/usr/include/boost/python/converter/registry.hpp
Command to produce the preprocessed source: g++-3.4 -E -x c++
-I/usr/include/python2.2 /usr/include/boost/python/converter/registry.hpp
Output from g++-3.4 -v:
Reading specs from /home/jonathan/lib/gcc/i686-pc-linux-gnu/3.4/specs
Configured with: ../gcc/configure --enable-languages=c,c++
--prefix=/home/jonathan --program-suffix=-3.4
Thread model: posix
gcc version 3.4 20031010 (experimental)
Error messages:
In file included from /usr/include/boost/python/converter/registry.hpp:12:
/usr/include/boost/python/converter/rvalue_from_python_data.hpp: At global scope:
/usr/include/boost/python/converter/rvalue_from_python_data.hpp:100: internal
compiler error: Segmentation fault
I apologize for the size of the attachment. I'm not sufficiently familiar with
this library to shrink it down.