Bug 82299

Summary: Stop compiling Interpreter.cpp with -fno-var-tracking
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: JavaScriptCoreAssignee: Matt Lilek <dev+webkit>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+, dev+webkit: commit-queue-

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