[Webkit-unassigned] [Bug 245871] New: [JSC][ARMv7] Fix clang compiler errors Constexpr if with a non-bool condition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 03:22:02 PDT 2022


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

            Bug ID: 245871
           Summary: [JSC][ARMv7] Fix clang compiler errors Constexpr if
                    with a non-bool condition
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220930/449244f3/attachment.htm>


More information about the webkit-unassigned mailing list