Bug 82299 - Stop compiling Interpreter.cpp with -fno-var-tracking
Summary: Stop compiling Interpreter.cpp with -fno-var-tracking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Lilek
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-03-26 23:16 PDT by Matt Lilek
Modified: 2012-03-27 14:16 PDT (History)
0 users

See Also:


Attachments
Patch (2.69 KB, patch)
2012-03-26 23:28 PDT, Matt Lilek
andersca: review+
dev+webkit: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2012-03-26 23:16:29 PDT
Bug 22704 added -fno-var-tracking to work around a bug in GCC.  Clang doesn't support this and it throws an error in newer versions of clang.  We should remove this now that we use clang.

<rdar://problem/11124194>
Comment 1 Matt Lilek 2012-03-26 23:28:21 PDT
Created attachment 133984 [details]
Patch
Comment 2 Matt Lilek 2012-03-27 14:16:19 PDT
http://trac.webkit.org/changeset/112313