diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1199,7 +1199,13 @@ Coroutines P0912R5 - Partial + +
Partial + The optimizer does not yet handle TLS with + `__attribute__((const))` attribute correctly. There can be issues where the + coroutine may resume on a different thread.
This feature requires further + analysis of the C++ Standard to determine what work is necessary for conformance. +