[webkit-changes] [WebKit/WebKit] ce99e0: [ANGLE] build failing with gcc 12
Philippe Normand
noreply at github.com
Wed Sep 14 01:40:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ce99e018cd906ece56f7494baa3e6eb17214293e
https://github.com/WebKit/WebKit/commit/ce99e018cd906ece56f7494baa3e6eb17214293e
Author: Philippe Normand <philn at igalia.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/serial_utils.h
Log Message:
-----------
[ANGLE] build failing with gcc 12
https://bugs.webkit.org/show_bug.cgi?id=245127
Reviewed by Kenneth Russell.
bool std::__atomic_base<_IntTp>::is_lock_free() is not constexpr, so the AtomicQueueSerial
constructor can't be either.
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/serial_utils.h:
Canonical link: https://commits.webkit.org/254470@main
More information about the webkit-changes
mailing list