[Webkit-unassigned] [Bug 266254] New: MUST_TAIL_CALL C++ attribute causes clang crash on 32-bit ARM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 11 14:01:49 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266254
Bug ID: 266254
Summary: MUST_TAIL_CALL C++ attribute causes clang crash on
32-bit ARM
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: uint2048 at icloud.com
https://github.com/llvm/llvm-project/issues/67767
The optimization in https://github.com/WebKit/WebKit/pull/15830 apparently does not compile for armv7 due to a Clang compiler bug.
I propose ensuring __arm__ is not defined to work around this issue unless this bug is fixed since WebKit still has an armv7 build.
--
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/20231211/0290f146/attachment.htm>
More information about the webkit-unassigned
mailing list