public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Marek Polacek <polacek@redhat.com>
Cc: Jason Merrill <jason@redhat.com>, gcc-patches@gcc.gnu.org
Subject: Re: [C++ PATCH] (temporarily) undefine __cpp_consteval
Date: Fri, 29 Nov 2019 14:54:00 -0000	[thread overview]
Message-ID: <20191129144937.GM10088@tucnak> (raw)
In-Reply-To: <20191129143555.GQ119925@redhat.com>

On Fri, Nov 29, 2019 at 09:42:06AM -0500, Marek Polacek wrote:
> On Fri, Nov 29, 2019 at 10:30:13AM +0100, Jakub Jelinek wrote:
> > --- a/htdocs/projects/cxx-status.html
> > +++ b/htdocs/projects/cxx-status.html
> > @@ -288,7 +288,8 @@
> >      <tr>
> >        <td> Immediate functions (consteval) </td>
> >        <td><a href="http://wg21.link/p1073r3">P1073R3</a></td>
> > -      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> </td>
> > +      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a>
> > +        (partial, no <code>consteval virtual</code> support) </td>
> >        <td> __cpp_consteval &gt;= 201811 </td>
> 
> You can use class="partial" which I added for use in the DR table.

We have other partial ones (__VA_OPT__), so then:

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index c6ff78e1..00ca61e4 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -87,7 +87,7 @@
       <td> <code>__VA_OPT__</code> for preprocessor comma elision </td>
       <td><a href="http://wg21.link/p0306r4">P0306R4</a><br/>
       <a href="http://wg21.link/p1042r1">P1042R1</a></td>
-      <td class="supported"> <a href="../gcc-8/changes.html#cxx">8</a>
+      <td class="partial"> <a href="../gcc-8/changes.html#cxx">8</a>
         (partial, no <code>#__VA_OPT__</code> support) </td>
       <td> </td>
     </tr>
@@ -288,7 +288,8 @@
     <tr>
       <td> Immediate functions (consteval) </td>
       <td><a href="http://wg21.link/p1073r3">P1073R3</a></td>
-      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</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>
     </tr>
     <tr>


	Jakub

  reply	other threads:[~2019-11-29 14:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-29 10:10 Jakub Jelinek
2019-11-29 14:43 ` Marek Polacek
2019-11-29 14:54   ` Jakub Jelinek [this message]
2019-11-29 15:03     ` Marek Polacek
2019-12-06 17:14 ` Patch ping (was Re: [C++ PATCH] (temporarily) undefine __cpp_consteval) Jakub Jelinek
2019-12-06 21:08 ` [C++ PATCH] (temporarily) undefine __cpp_consteval Jason Merrill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191129144937.GM10088@tucnak \
    --to=jakub@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@redhat.com \
    --cc=polacek@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).