diff mbox series

wwwdocs: P1042R1: mention only partial support [PR92319]

Message ID 20200214081857.GM17695@tucnak
State New
Headers show
Series wwwdocs: P1042R1: mention only partial support [PR92319] | expand

Commit Message

Jakub Jelinek Feb. 14, 2020, 8:18 a.m. UTC
On Fri, Feb 14, 2020 at 08:41:45AM +0100, Jason Merrill wrote:
> > I'm afraid I'm completely lost about the padding preservation/removal
> > changes that are also in the paper, so haven't touched that part.

For this, shall we mention the support is only partial like this?
The standard has some example testcases that aren't handled properly by
libcpp.



	Jakub

Comments

Jason Merrill Feb. 14, 2020, 10:32 a.m. UTC | #1
On 2/14/20 9:18 AM, Jakub Jelinek wrote:
> On Fri, Feb 14, 2020 at 08:41:45AM +0100, Jason Merrill wrote:
>>> I'm afraid I'm completely lost about the padding preservation/removal
>>> changes that are also in the paper, so haven't touched that part.
> 
> For this, shall we mention the support is only partial like this?
> The standard has some example testcases that aren't handled properly by
> libcpp.

OK.

> diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
> index f698393d..3f69d443 100644
> --- a/htdocs/projects/cxx-status.html
> +++ b/htdocs/projects/cxx-status.html
> @@ -86,7 +86,9 @@
>         <td><a href="http://wg21.link/p0306r4">P0306R4</a><br/>
>         <a href="http://wg21.link/p1042r1">P1042R1</a></td>
>         <td class="partial"> <a href="../gcc-8/changes.html#cxx">8</a>
> -        (partial, no <code>#__VA_OPT__</code> support) </td>
> +        (partial, no <code>#__VA_OPT__</code> support) <br/>
> +      <a href="../gcc-10/changes.html#cxx">10</a>
> +        (partial, no placemarker token handling changes)</td>
>         <td> </td>
>       </tr>
>       <tr>
> 
> 
> 	Jakub
>
diff mbox series

Patch

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index f698393d..3f69d443 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -86,7 +86,9 @@ 
       <td><a href="http://wg21.link/p0306r4">P0306R4</a><br/>
       <a href="http://wg21.link/p1042r1">P1042R1</a></td>
       <td class="partial"> <a href="../gcc-8/changes.html#cxx">8</a>
-        (partial, no <code>#__VA_OPT__</code> support) </td>
+        (partial, no <code>#__VA_OPT__</code> support) <br/>
+      <a href="../gcc-10/changes.html#cxx">10</a>
+        (partial, no placemarker token handling changes)</td>
       <td> </td>
     </tr>
     <tr>