Bug 51016 - Clang fails to build the JSC interpreter
Summary: Clang fails to build the JSC interpreter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 23:04 PST by Cameron Zwarich (cpst)
Modified: 2010-12-20 22:47 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.58 KB, patch)
2010-12-13 23:09 PST, Cameron Zwarich (cpst)
eric: review+
zwarich: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.