>>>>> George T Talbot <george@moberg.com> writes: > Jason Merrill: The reason I CC'd this to you, is that I wanted to ask > if I need -fnew-exceptions or -fnew-abi for the thread-safe exception > model under Linux. No. You just need to configure gcc with --enable-threads. -fnew-exceptions is more efficient, but it's also not complete in 2.95. Jason