id summary reporter owner description type status milestone component version severity resolution keywords cc 2100 thread fails to compile with -fno-exceptions brbarret@… viboes The thread component fails to compile with GCC when -fno-exceptions is specified. The attached patch allows the libraries / tests shipped with boost 1.35.0 to compile. There didn't seem to be a better option to make g++ happy than to just #ifndef out the catch(...) block, as it would otherwise complain about the throw in the block. Feature Requests closed Boost 1.51.0 thread Boost 1.35.0 Problem fixed nigels@…