Bug 51016

Summary: Clang fails to build the JSC interpreter
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed patch eric: review+, zwarich: commit-queue-

Description Cameron Zwarich (cpst) 2010-12-13 23:04:00 PST
Clang fails to build the JSC interpreter due to an indirect goto out of a protected scope. Interestingly enough, GCC doesn't emit destructors here, which is generally incorrect code.
Comment 1 Cameron Zwarich (cpst) 2010-12-13 23:09:55 PST
Created attachment 76507 [details]
Proposed patch
Comment 2 Eric Seidel (no email) 2010-12-14 00:47:28 PST
Comment on attachment 76507 [details]
Proposed patch

OK.  rs=me.
Comment 3 Eric Seidel (no email) 2010-12-20 22:47:18 PST
r74029.  Please use webkit-patch land to land your changes so bugs get updated when you do.