I am well aware that gcc 3.3/3.4 has not been released yet, but I'd like to know if anyone has tried Boost with any of those versions (from gcc cvs obviously).
I have been trying, but gcc failes with an ICE. Of course gcc should not segfault, but I am trying to find out if it is an segfault on valid code or if it is an segfault on illegal code. I have not been successful on finding a small testcase so far... g++ -g -O -W -Wall -Winline -c signal_base.ii ../../../../boost/boost/function/function_template.hpp: In constructor ` boost::signals::detail::signal_base_impl::signal_base_impl(const boost::function2<bool, boost::any, boost::any, std::allocator<boost::function_base> >&)': ../../../../boost/boost/function/function_template.hpp:389: internal compiler error: in c_expand_expr, at c-common.c:4319 This is with current boost cvs. (~1.30.0 I guess) -- Lgb _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost