[Webkit-unassigned] [Bug 71762] New: Fix gcc 4.4 compilation warnings in DFG 32_64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 21:29:49 PST 2011


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

           Summary: Fix gcc 4.4 compilation warnings in DFG 32_64
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuqiang.xian at intel.com
                CC: barraclough at apple.com, fpizlo at apple.com


gcc 4.4 on Linux will complain "comparison always false due to limited range of data type" for a function (registersMatched) in DFG, as in one file the call to this function always has the second parameter as "InvalidGPRReg".

Patch forthcoming.

-- 
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