Bug 248026

Summary: REGRESSION(256766@main) TypedArrayType.h(144): error C3615: constexpr function 'JSC::logElementSize' cannot result in a constant expression
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: JavaScriptCoreAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, don.olmstead, ews-watchlist, ross.kirsling, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=247921
Attachments:
Description Flags
[fast-cq] Patch none

Description Fujii Hironori 2022-11-16 23:22:30 PST
REGRESSION(256766@main) TypedArrayType.h(144): error C3615: constexpr function 'JSC::logElementSize' cannot result in a constant expression

WinCairo Debug build is failing.

https://build.webkit.org/#/builders/38/builds/26906

C:\BW\WinCairo-64-bit-WKL-Debug-Build\build\Source\JavaScriptCore\runtime\TypedArrayType.h(144): error C3615: constexpr function 'JSC::logElementSize' cannot result in a constant expression
C:\BW\WinCairo-64-bit-WKL-Debug-Build\build\Source\JavaScriptCore\runtime\TypedArrayType.h(166): note: failure was caused by a statement or an expression that is not valid in a constexpr context
Comment 1 Fujii Hironori 2022-11-16 23:46:34 PST
Created attachment 463575 [details]
[fast-cq] Patch
Comment 2 Yusuke Suzuki 2022-11-17 00:50:13 PST
Comment on attachment 463575 [details]
[fast-cq] Patch

r=me
Comment 3 EWS 2022-11-17 00:53:02 PST
Committed 256776@main (b50dbcc1fdba): <https://commits.webkit.org/256776@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 463575 [details].
Comment 4 Radar WebKit Bug Importer 2022-11-17 00:54:17 PST
<rdar://problem/102455964>