id summary reporter owner description type status milestone component version severity resolution keywords cc 3371 Code with does not compile with gcc 4.4.1 anubis@… Matthias Troyer "{{{ [anubis@dragon:~/CPP/boost-svn/libs/mpi/example]% svn info . URL: http://svn.boost.org/svn/boost/trunk/libs/mpi/example Repository Root: http://svn.boost.org/svn/boost Repository UUID: b8fc166d-592f-0410-95f2-cb63ce0dd405 Revision: 55797 [anubis@dragon:~/CPP/boost-svn/libs/mpi/example]% mpic++ -I../../../ -o test_hwb hello_world_broadcast.cpp In file included from ../../../boost/mpi/detail/mpi_datatype_cache.hpp:13, from ../../../boost/mpi/datatype.hpp:27, from ../../../boost/mpi/communicator.hpp:20, from ../../../boost/mpi/collectives.hpp:21, from ../../../boost/mpi.hpp:23, from hello_world_broadcast.cpp:9: ../../../boost/mpi/detail/mpi_datatype_oarchive.hpp: In member function ‘void boost::mpi::detail::mpi_datatype_oarchive::save_enum(const T&, mpl_::true_)’: ../../../boost/mpi/detail/mpi_datatype_oarchive.hpp:64: error: expected primary-expression before ‘enum’ ../../../boost/mpi/detail/mpi_datatype_oarchive.hpp:64: error: expected ‘;’ before ‘enum’ [anubis@dragon:~/CPP/boost-svn/libs/mpi/example]% mpic++ -showme g++ -pthread -lmpi_cxx -lmpi -lopen-rte -lopen-pal -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl [anubis@dragon:~/CPP/boost-svn/libs/mpi/example]% g++ --version g++ (GCC) 4.4.1 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. }}}" Bugs closed Boost 1.41.0 mpi Boost Development Trunk Showstopper fixed smr@…