Bug 248026 - REGRESSION(256766@main) TypedArrayType.h(144): error C3615: constexpr function 'JSC::logElementSize' cannot result in a constant expression
Summary: REGRESSION(256766@main) TypedArrayType.h(144): error C3615: constexpr functio...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-16 23:22 PST by Fujii Hironori
Modified: 2022-11-17 00:54 PST (History)
8 users (show)

See Also:


Attachments
[fast-cq] Patch (1.29 KB, patch)
2022-11-16 23:46 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>