Craig Allen <callen@xxxxxxxxxx> writes: > Can anyone point me to a good description of how C++ exceptions are > implemented in gcc? There is more than one implementation, or at least there used to be. Here is a somewhat vague description of the one which is used for modern ports: http://www.codesourcery.com/cxx-abi/abi-eh.html I don't know if there is a good description anywhere. Ian