
David Abrahams wrote:
"Neal D. Becker" <ndbecker2@verizon.net> writes:
This is current gcc for Linux/FC3T2. (Fedora core 3 test 2)
/usr/local/src/boost.cvs/libs/python/build/../src/tuple.cpp: In constructor `boost::python::detail::tuple_base::tuple_base(const boost::python::api::object&)': /usr/local/src/boost.cvs/libs/python/build/../src/tuple.cpp:21: internal compiler error: Segmentation fault
Bug report filed.
Any idea what we might do to work around it?
What happens if you add a
typedef object base;
to tuple_base in tuple.hpp and replace object(...) in the offending line with base(...)?
No help. Apparantly a duplicate of: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17846 This is supposedly resolved in gcc cvs, but I don't know how to workaround. I hope it will be fixed in gcc before FC3 is released though.