[gccgo] Library support for recover and runtime panics

Ian Lance Taylor iant@google.com
Mon Jun 14 07:03:00 GMT 2010


This patch includes the gccgo specific library support for recover and
runtime panics.  This unwinds the stack as needed to permit a recover
to catch a panic thrown farther down on the call stack, using gcc's
generic exception mechanism.  Committed to gccgo branch.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 41770 bytes
Desc: recover
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100614/67f59e11/attachment.bin>


More information about the Gcc-patches mailing list