Index: clang/www/cxx_status.html =================================================================== --- clang/www/cxx_status.html +++ clang/www/cxx_status.html @@ -1199,7 +1199,7 @@ Coroutines P0912R5 - Partial + Partial (12) @@ -1263,6 +1263,12 @@ -std=c++20, but can be enabled with -fchar8_t.

+

+(12): The optimizer couldn't handle TLS with + `__attribute__((const))` attribute correctly. It implies that there would + be problems if the coroutine is possible to resume on a different thread. + +

C++2b implementation status