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]

Re: libgo patch committed: Don't clobber context when catching signal


On Wed, Oct 16, 2013 at 12:24 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>
>> This patch to libgo fixes a dumb bug in which catching a signal via the
>> os/signal package could clobber the saved split-stack context, leading
>> to disaster if the signal arrived at the wrong time.  Bootstrapped and
>> ran Go testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.
>> Will commit to 4.8 branch when it reopens.
>
> Attached patch is re-enables bootstrap on targets without split stack
> due to unused variable warning. The patch was tested on
> alphaev68-linux-gnu [1].

Whoops, sorry about that.

Committed to mainline.

Ian


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