Boost logo

Boost :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2004-10-06 18:06:29


David Abrahams wrote:

> "Neal D. Becker" <ndbecker2_at_[hidden]> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk