[PATCH] wwwdocs: P1042R1: mention only partial support [PR92319]

Jason Merrill jason@redhat.com
Fri Feb 14 10:33:00 GMT 2020


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
> 



More information about the Gcc-patches mailing list