Bug 71762

Summary: Fix gcc 4.4 compilation warnings in DFG 32_64
Product: WebKit Reporter: Yuqiang Xian <yuqiang.xian>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, fpizlo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 71686    
Attachments:
Description Flags
the patch none

Description Yuqiang Xian 2011-11-07 21:29:49 PST
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.
Comment 1 Yuqiang Xian 2011-11-07 21:33:28 PST
Created attachment 113984 [details]
the patch
Comment 2 WebKit Review Bot 2011-11-07 22:52:00 PST
Comment on attachment 113984 [details]
the patch

Clearing flags on attachment: 113984

Committed r99525: <http://trac.webkit.org/changeset/99525>
Comment 3 WebKit Review Bot 2011-11-07 22:52:04 PST
All reviewed patches have been landed.  Closing bug.