Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ 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. Also there are works reamined to
+ check through the sections on coroutines in the C++ standard.
+ |