public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 0c282ad0b1233276cebe081a75bd6dc5ca85593d
@ 2019-10-10 21:46 mpolacek
  0 siblings, 0 replies; only message in thread
From: mpolacek @ 2019-10-10 21:46 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  0c282ad0b1233276cebe081a75bd6dc5ca85593d (commit)
      from  f4abea392b992d457939dc1462d1810b2a89555e (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 0c282ad0b1233276cebe081a75bd6dc5ca85593d
Author: Marek Polacek <polacek@redhat.com>
Date:   Thu Oct 10 17:45:46 2019 -0400

    Update C++ status (DRs 330, 1307, 1601 done).

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 6b85892..31d5487 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -68,17 +68,23 @@ a work-in-progress.</p>
     <li>P1091R3, Extending structured bindings</li>
     <li>P1143R2, Adding the <code>constinit</code> keyword</li>
     <li>P1152R4, Deprecating <code>volatile</code></li>
+    <li>P0388R4, Permit conversions to arrays of unknown bound</li>
+    <li>P0784R7, <code>constexpr new</code></li>
   </ul>  
   </li>
   <li>Several C++ Defect Reports have been resolved, e.g.:
   <ul>
-    <li>DR 1560 (lvalue-to-rvalue conversion in <code>?:</code>),</li>
-    <li>DR 1813 (<code>__is_standard_layout</code> for a class with repeated
-	bases),</li>
-    <li>DR 2094 (volatile scalars are trivially copyable),</li>
-    <li>DR 2096 (constraints on literal unions),</li>
-    <li>DR 2413 (<code>typename</code> in <code>conversion-function-id</code>s),</li>
-    <li>DR 2352 (Similar types and reference binding).</li>
+    <li>DR 1560, lvalue-to-rvalue conversion in <code>?:</code></li>
+    <li>DR 1813, <code>__is_standard_layout</code> for a class with repeated
+	bases</li>
+    <li>DR 2094, volatile scalars are trivially copyable,</li>
+    <li>DR 2096, constraints on literal unions</li>
+    <li>DR 2413, <code>typename</code> in <code>conversion-function-id</code>s</li>
+    <li>DR 2352, Similar types and reference binding</li>
+    <li>DR 1601, Promotion of enumeration with fixed underlying type</li>
+    <li>DR 330, Qualification conversions and pointers to arrays of pointers</li>
+    <li>DR 1307, Overload resolution based on size of array
+	<code>initializer-list</code></li>
   </ul>  
   </li>
   <li>
diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html
index 55e3ae4..3775cab 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -2332,7 +2332,7 @@
       <td><a href="http://wg21.link/cwg330">330</a></td>
       <td>CD4</td>
       <td>Qualification conversions and pointers to arrays of pointers</td>
-      <td class="unsupported">No</td>
+      <td class="supported">10</td>
       <td><a href="https://gcc.gnu.org/PR88128">PR88128</a></td>
     </tr>
     <tr>
@@ -9173,7 +9173,7 @@
       <td><a href="http://wg21.link/cwg1307">1307</a></td>
       <td>C++14</td>
       <td>Overload resolution based on size of array <I>initializer-list</I></td>
-      <td class="unsupported">?</td>
+      <td class="supported">10</td>
       <td><a href="https://gcc.gnu.org/PR69531">PR69531</a></td>
     </tr>
     <tr>
@@ -11235,7 +11235,7 @@
       <td><a href="http://wg21.link/cwg1601">1601</a></td>
       <td>C++14</td>
       <td>Promotion of enumeration with fixed underlying type</td>
-      <td class="unsupported">No</td>
+      <td class="supported">10</td>
       <td><a href="https://gcc.gnu.org/PR92032">PR92032</a></td>
     </tr>
     <tr class="open">
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 2b4c0f3..a17f9b9 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -324,7 +324,7 @@
     </tr>
     <tr>
       <td><a href="http://wg21.link/p0784r7">P0784R7</a></td>
-      <td class="unsupported center">No (<a href="https://gcc.gnu.org/PR91369">PR91369</a>)</td>
+      <td class="supported center"><a href="../gcc-10/changes.html#cxx">10</a></td>
       <td> </td>
     </tr>
     <tr>
@@ -416,7 +416,7 @@
     <tr>
       <td>Permit conversions to arrays of unknown bound</td>
       <td><a href="http://wg21.link/p0388r4">P0388R4</a></td>
-      <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91364">PR91364</a>)</td>
+      <td class="supported center"><a href="../gcc-10/changes.html#cxx">10</a></td>
       <td></td>
     </tr>
     <tr>

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

Summary of changes:
 htdocs/gcc-10/changes.html         |   20 +++++++++++++-------
 htdocs/projects/cxx-dr-status.html |    6 +++---
 htdocs/projects/cxx-status.html    |    4 ++--
 3 files changed, 18 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


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

only message in thread, other threads:[~2019-10-10 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 21:46 gcc-wwwdocs branch master updated. 0c282ad0b1233276cebe081a75bd6dc5ca85593d 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).