This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gccgo] Update testsuite for panic change


The Go language introduced a recover function which can be used to
stop a panic from propagating up the stack.  This is a dynamic
exception handling mechanism.  As part of this change, the panicln
function was removed, and the panic function was changed to only take
a single argument.  That required some updates to the existing code.
This patch updates the testsuite.  Committed to gccgo branch.

Ian

Attachment: foo.patch.bz2
Description: testsuite


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]