Re: [Patch, Darwin/PPC] fix PR10901

2013-09-29 Thread Mike Stump
On Sep 28, 2013, at 3:26 AM, Iain Sandoe wrote: > We currently generate wrong code for non-local gotos which breaks, amongst > other things, nested functions. > I fixed this a while ago for x86 Darwin and here is a version to fix it on > PPC. > > OK for trunk? (and open branches?) Ok.

[Patch, Darwin/PPC] fix PR10901

2013-09-28 Thread Iain Sandoe
Hi, this might be the oldest bug i've fixed so far. We currently generate wrong code for non-local gotos which breaks, amongst other things, nested functions. I fixed this a while ago for x86 Darwin and here is a version to fix it on PPC. (the patch is darwin-local save the definitions of the UN