WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
245871
[JSC][ARMv7] Fix clang compiler errors Constexpr if with a non-bool condition
https://bugs.webkit.org/show_bug.cgi?id=245871
Summary
[JSC][ARMv7] Fix clang compiler errors Constexpr if with a non-bool condition
Pablo Saavedra
Reported
2022-09-30 03:22:02 PDT
SSIA: Errors: In file included from JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-3a3c4ec0-1.cpp:5: sources/wpewebkit/Source/JavaScriptCore/jit/CCallHelpers.cpp:110:19: error: constexpr if condition evaluates to 24, which cannot be narrowed to type 'bool' [-Wc++11-narrowing] if constexpr (maxFrameExtentForSlowPathCall) ^ sources/wpewebkit/Source/JavaScriptCore/jit/CCallHelpers.cpp:117:19: error: constexpr if condition evaluates to 24, which cannot be narrowed to type 'bool' [-Wc++11-narrowing] if constexpr (maxFrameExtentForSlowPathCall)
Attachments
Add attachment
proposed patch, testcase, etc.
Pablo Saavedra
Comment 1
2022-09-30 03:26:02 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4852
EWS
Comment 2
2022-10-01 22:16:31 PDT
Committed
255071@main
(d2e27125bbe7): <
https://commits.webkit.org/255071@main
> Reviewed commits have been landed. Closing PR #4852 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-10-01 22:17:17 PDT
<
rdar://problem/100664480
>
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