WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
136050
[JSC] Build error on ARM64 with gcc: signed/unsigned comparison error in JSC::GPRInfo::debugName
https://bugs.webkit.org/show_bug.cgi?id=136050
Summary
[JSC] Build error on ARM64 with gcc: signed/unsigned comparison error in JSC:...
Akos Kiss
Reported
2014-08-18 14:35:44 PDT
When compilig debug version of JSC for arm64 with gcc, the following error is raised: /home/akiss/devel/WebKit/Source/JavaScriptCore/jit/GPRInfo.h: In static member function ‘static const char* JSC::GPRInfo::debugName(JSC::GPRReg)’: /home/akiss/devel/WebKit/Source/JavaScriptCore/jit/GPRInfo.h:35:41: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] #define InvalidGPRReg ((::JSC::GPRReg)-1) ^ /home/akiss/devel/WebKit/Source/WTF/wtf/Assertions.h:237:8: note: in definition of macro ‘ASSERT’ (!(assertion) ? \ ^ /home/akiss/devel/WebKit/Source/JavaScriptCore/jit/GPRInfo.h:615:46: note: in expansion of macro ‘InvalidGPRReg’ ASSERT(static_cast<unsigned>(reg) != InvalidGPRReg); ^
Attachments
Proposed patch.
(1.61 KB, patch)
2014-08-18 14:44 PDT
,
Akos Kiss
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Akos Kiss
Comment 1
2014-08-18 14:44:32 PDT
Created
attachment 236788
[details]
Proposed patch. This change makes the ASSERT in the ARM64 version of GPRInfo::debugName the same as in the other implementations.
WebKit Commit Bot
Comment 2
2014-08-18 16:20:17 PDT
Comment on
attachment 236788
[details]
Proposed patch. Clearing flags on attachment: 236788 Committed
r172734
: <
http://trac.webkit.org/changeset/172734
>
WebKit Commit Bot
Comment 3
2014-08-18 16:20:19 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug