[Webkit-unassigned] [Bug 46713] New: JSC compile fails on 32bit platform when Regexp Tracing is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 03:56:10 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46713

           Summary: JSC compile fails on 32bit platform when Regexp
                    Tracing is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pvarga at inf.u-szeged.hu
                CC: barraclough at apple.com, ossy at webkit.org,
                    msaboff at apple.com


In case of REGEXP_TRACING define is enabled I got the following error during the compile on 32bit platform since -Werror flag is added:

cc1plus: warnings being treated as errors
../../../JavaScriptCore/runtime/RegExp.cpp: In member function 'void JSC::RegExp::printTraceData()':
../../../JavaScriptCore/runtime/RegExp.cpp:257: error: format '%014lx' expects type 'long unsigned int', but argument 3 has type 'uintptr_t'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list