public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. b2543147f043404eb90ebefa744d210fa7ca6566
@ 2020-02-21 17:19 mpolacek
  0 siblings, 0 replies; only message in thread
From: mpolacek @ 2020-02-21 17:19 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  b2543147f043404eb90ebefa744d210fa7ca6566 (commit)
      from  578a32e2f9215ccf96bd580d275fa12c22aa45a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b2543147f043404eb90ebefa744d210fa7ca6566
Author: Marek Polacek <polacek@redhat.com>
Date:   Fri Feb 21 12:17:33 2020 -0500

    cxx-status: Update with Prague 2020 WG21 meeting papers.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 3f69d44..1b54ea9 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -110,20 +110,47 @@
       <td> </td>
     </tr>
     <tr>
-      <td> Concepts </td>
-      <td><a href="http://wg21.link/p0734r0">P0734R0</a><br/>
-        <a href="http://wg21.link/p0857r0">P0857R0</a><br/>
-	<a href="http://wg21.link/p1084r2">P1084R2</a><br/>
-	<a href="http://wg21.link/p1141r2">P1141R2</a><br/>
-	<a href="http://wg21.link/p0848r3">P0848R3</a><br/>
-	<a href="http://wg21.link/p1616r1">P1616R1</a><br/>
-	<a href="http://wg21.link/p1452r2">P1452R2</a><br/>
-	<!-- from Belfast -->
-	<a href="https://wg21.link/p1972r0">P1972R0</a><br/>
-	<!-- from Belfast -->
-	<a href="https://wg21.link/p1980r0">P1980R0</a></td>
-      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> </td>
-      <td> __cpp_concepts &gt;= 201907 </td>
+      <td rowspan=12> Concepts </td>
+      <td><a href="http://wg21.link/p0734r0">P0734R0</a></td>
+      <td class="supported" rowspan=9> <a href="../gcc-10/changes.html#cxx">10</a> </td>
+      <td rowspan=12> __cpp_concepts &gt;= 201907 </td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p0857r0">P0857R0</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1084r2">P1084R2</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1141r2">P1141R2</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p0848r3">P0848R3</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1616r1">P1616R1</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1452r2">P1452R2</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1972r0">P1972R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1980r0">P1980R0</a></td>
+    </tr>
+    <!-- from Prague -->
+    <tr>
+      <td><a href="https://wg21.link/p2103r0">P2103R0</a></td>
+      <td rowspan=3 class="unsupported">No</td>
+    </tr>
+    <tr>
+      <td><a href="https://wg21.link/p2092r0">P2092R0</a></td>
+    </tr>
+    <tr>
+      <td><a href="https://wg21.link/p2113r0">P2113R0</a></td>
     </tr>
     <tr>
       <td> Range-based for statements with initializer </td>
@@ -156,18 +183,42 @@
       <td> __cpp_constexpr_in_decltype &gt;= 201711 </td>
     </tr>
     <tr>
-      <td> Consistent comparison (<code>operator&lt;=&gt;</code>) </td>
-      <td><a href="http://wg21.link/p0515r3">P0515R3</a><br/>
-	<a href="http://wg21.link/p0905r1">P0905R1</a><br/>
-	<a href="http://wg21.link/p1120r0">P1120R0</a><br/>
-	<a href="http://wg21.link/p1185r2">P1185R2</a><br/>
-	<a href="http://wg21.link/p1186r3">P1186R3</a><br/>
-	<a href="http://wg21.link/p1630r1">P1630R1</a><br/>
-	<!-- from Belfast -->
-	<a href="https://wg21.link/p1946r0">P1946R0</a>
-	</td>
-      <td class="supported center"><a href="../gcc-10/changes.html#cxx">10</a></td>
-      <td> __cpp_impl_three_way_comparison &gt;= 201711 </td>
+      <td rowspan=10> Consistent comparison (<code>operator&lt;=&gt;</code>)</td>
+      <td><a href="http://wg21.link/p0515r3">P0515R3</a></td>
+      <td rowspan=8 class="supported center"><a href="../gcc-10/changes.html#cxx">10</a></td>
+      <td rowspan=10> __cpp_impl_three_way_comparison &gt;= 201711 </td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p0905r1">P0905R1</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1120r0">P1120R0</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1185r2">P1185R2</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1186r3">P1186R3</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1630r1">P1630R1</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1946r0">P1946R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1959r0">P1959R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2002r1">P2002R1</a></td>
+      <td rowspan=2 class="unsupported">No</td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2085r0">P2085R0</a></td>
     </tr>
     <tr>
       <td> Access checking on specializations </td>
@@ -286,11 +337,16 @@
       <td> __cpp_char8_t &gt;= 201811 </td>
     </tr>
     <tr>
-      <td> Immediate functions (consteval) </td>
+      <td rowspan=2> Immediate functions (consteval) </td>
       <td><a href="http://wg21.link/p1073r3">P1073R3</a></td>
       <td class="partial"> <a href="../gcc-10/changes.html#cxx">10</a>
         (partial, no <code>consteval virtual</code> support) </td>
-      <td> __cpp_consteval &gt;= 201811 </td>
+      <td rowspan=2> __cpp_consteval &gt;= 201811 </td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1937r2">P1937R2</a></td>
+      <td class="unsupported">No</td>
     </tr>
     <tr>
       <td> std::is_constant_evaluated </td>
@@ -343,10 +399,10 @@
       <td> </td>
     </tr>
     <tr>
-      <td rowspan=6> Modules </td>
+      <td rowspan=10> Modules </td>
       <td><a href="http://wg21.link/p1103r3">P1103R3</a></td>
-      <td rowspan="6" class="unsupported">No (<a href="../wiki/cxx-modules">Modules Wiki</a>) </td>
-      <td rowspan="6"> </td>
+      <td rowspan="10" class="unsupported">No (<a href="../wiki/cxx-modules">Modules Wiki</a>) </td>
+      <td rowspan="10"> </td>
     </tr>
     <tr>
       <td><a href="http://wg21.link/p1766r1">P1766R1</a></td>
@@ -366,6 +422,22 @@
       <td><a href="https://wg21.link/p1979r0">P1979R0</a></td>
     </tr>
     <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1779r3">P1779R3</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1857r3">P1857R3</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2115r0">P2115R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1815r2">P1815R2</a></td>
+    </tr>
+    <tr>
       <td> Coroutines </td>
       <td><a href="http://wg21.link/p0912r5">P0912R5</a></td>
       <td class="unsupported">No (<a href="../wiki/cxx-coroutines">Coroutines Wiki</a>) </td>
@@ -390,6 +462,13 @@
       <td></td>
     </tr>
     <tr>
+      <!-- from Prague-->
+      <td>DR: Converting from <code>T*</code> to <code>bool</code> should be considered narrowing</td>
+      <td><a href="https://wg21.link/p1957r2">P1957R2</a>
+      <td class="unsupported">No</td>
+      <td></td>
+    </tr>
+    <tr>
       <td> Stronger Unicode requirements </td>
       <td><a href="http://wg21.link/p1041r4">P1041R4</a><br/>
       <a href="http://wg21.link/p1139r2">P1139R2</a></td>
@@ -430,10 +509,15 @@
       <td></td>
     </tr>
     <tr>
-      <td>Class template argument deduction for aggregates</td>
+      <td rowspan=2>Class template argument deduction for aggregates</td>
       <td><a href="http://wg21.link/p1816r0">P1816R0</a></td>
       <td class="supported"><a href="../gcc-10/changes.html#cxx">10</a></td>
-      <td rowspan=2>__cpp_deduction_guides >= 201907L</td>
+      <td rowspan=3>__cpp_deduction_guides >= 201907L</td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2082r1">P2082R1</a></td>
+      <td class="unsupported">No</td>
     </tr>
     <tr>
       <td>Class template argument deduction for alias templates</td>
@@ -453,9 +537,16 @@
       <td>__cpp_constinit &gt;= 201907</td>
     </tr>
     <tr>
-      <td>More implicit moves (merge P0527R1 and P1155R3)</td>
+      <td>DR: More implicit moves (merge P0527R1 and P1155R3)</td>
       <td><a href="http://wg21.link/p1825r0">P1825R0</a></td>
-      <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91427">PR91427</a>) (DR)</td>
+      <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91427">PR91427</a>)</td>
+      <td></td>
+    </tr>
+    <!-- Prague 2019 papers -->
+    <tr>
+      <td>DR: Pseudo-destructors end object lifetimes</td>
+      <td><a href="https://wg21.link/p0593r6">P0593R6</a></td>
+      <td class="unsupported">No</td>
       <td></td>
     </tr>
   </table>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/projects/cxx-status.html | 161 +++++++++++++++++++++++++++++++---------
 1 file changed, 126 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-21 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 17:19 gcc-wwwdocs branch master updated. b2543147f043404eb90ebefa744d210fa7ca6566 mpolacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).