Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0e0e65cf0c2e0ec7ab11f32645cd72ca6e2119de
https://github.com/WebKit/WebKit/commit/0e0e65cf0c2e0ec7ab11f32645cd72ca6e2119de
Author: Marcus Plutowski <[email protected]>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M Source/bmalloc/libpas/libpas.xcodeproj/project.pbxproj
Log Message:
-----------
[libpas] Upgrade to gnu++23
https://bugs.webkit.org/show_bug.cgi?id=313453
rdar://175689753
Reviewed by Mark Lam.
The CMake build of libpas is already at C++23; this patch brings the
xcodebuild version up to the same point.
This fixes some persistent issues we've been having since the
introduction of MAR (which is written in C++ but includes internal
libpas headers).
This is because starting with gnu23, <stdatomic.h> becomes compatible
with C++: see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932
Canonical link: https://commits.webkit.org/312138@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications