On Wed, Aug 28, 2019 at 04:15:54PM -0400, Jason Merrill wrote: > OK, thanks.
Thanks! I've now updated wwwdocs: Index: gcc-10/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-10/changes.html,v retrieving revision 1.11 diff -u -r1.11 changes.html --- gcc-10/changes.html 27 Aug 2019 12:29:26 -0000 1.11 +++ gcc-10/changes.html 28 Aug 2019 20:38:12 -0000 @@ -61,6 +61,7 @@ <li>P1161R3, Deprecate <code>a[b,c]</code></li> <li>P0848R3, Conditionally Trivial Special Member Functions</li> <li>P1091R3, Extending structured bindings</li> + <li>P1143R2, Adding the <code>constinit</code> keyword</li> </ul> </li> <li>Several C++ Defect Reports have been resolved, e.g.: Index: projects/cxx-status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v retrieving revision 1.98 diff -u -r1.98 cxx-status.html --- projects/cxx-status.html 17 Aug 2019 14:18:38 -0000 1.98 +++ projects/cxx-status.html 28 Aug 2019 20:38:12 -0000 @@ -419,7 +419,7 @@ <tr> <td><code>constinit</code></td> <td><a href="http://wg21.link/p1143r2">P1143R2</a></td> - <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91360">PR91360</a>)</td> + <td class="supported"><a href="../gcc-10/changes.html#cxx">10</a></td> <td></td> </tr> <tr>