On Thu, Jul 05, 2001 at 05:24:12PM -0700, H . J . Lu wrote: > Does _Unwind_Find_FDE work with the mixed g++ v2 and g++ v3 frames? Yes. All of the unwinding bits are forward compatible. Only the actual catching of an exception is incompatible. r~