public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 9751d418645b55f380e24fe6d59f425b1201558d
@ 2021-06-30 16:26 Marek Polacek
0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2021-06-30 16:26 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 9751d418645b55f380e24fe6d59f425b1201558d (commit)
from 316da6c431196d35f8c962e11b73c3797eb245c7 (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 9751d418645b55f380e24fe6d59f425b1201558d
Author: Marek Polacek <polacek@redhat.com>
Date: Wed Jun 30 12:25:48 2021 -0400
C++: DR 2397 supported in GCC 12
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b854c4e6..70dd48b9 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -81,6 +81,13 @@ a work-in-progress.</p>
<li>Several C++23 features have been implemented:
<ul>
<li>P1938R3, <code>if consteval</code></li>
+ <li>DR 2397, <code>auto</code> specifier for pointers and references to arrays</li>
+ </ul>
+ </li>
+ <li>Several C++ Defect Reports have been resolved, e.g.:
+ <ul>
+ <li>DR 1227, Mixing immediate and non-immediate contexts in deduction failure</li>
+ <li>DR 2397, <code>auto</code> specifier for pointers and references to arrays</li>
</ul>
</li>
</ul>
diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html
index b23eee54..21800ccd 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -16812,7 +16812,7 @@
<td><a href="https://wg21.link/cwg2397">2397</a></td>
<td>drafting</td>
<td><code>auto</code> specifier for pointers and references to arrays</td>
- <td>-</td>
+ <td class="supported">12</td>
<td><a href="https://gcc.gnu.org/PR100975">PR100975</a></td>
</tr>
<tr class="open">
@@ -17491,7 +17491,7 @@
<p>This page is currently maintained by <a href="mailto:polacek@redhat.com">polacek@redhat.com</a>.</p>
<p>Last update:
-Tue Jun 29 11:45:46 AM EDT 2021
+Wed Jun 30 12:19:53 PM EDT 2021
</p>
</body>
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 7e6ea80c..61013daf 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -134,7 +134,7 @@
<tr>
<td> CWG 2397: auto specifier for pointers and references to arrays </td>
<td> <a href="https://wg21.link/cwg2397">CWG2397</a></td>
- <td class="unsupported"> <a href="https://gcc.gnu.org/PR100975">No</a></td>
+ <td class="supported"> <a href="../gcc-12/changes.html#cxx">12</a></td>
<td> </td>
</tr>
<tr>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-12/changes.html | 7 +++++++
htdocs/projects/cxx-dr-status.html | 4 ++--
htdocs/projects/cxx-status.html | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive
--
gcc-wwwdocs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-30 16:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 16:26 gcc-wwwdocs branch master updated. 9751d418645b55f380e24fe6d59f425b1201558d Marek Polacek
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).