[C++ PATCH] Implement P0961

Ville Voutilainen ville.voutilainen@gmail.com
Thu Apr 5 14:06:00 GMT 2018


On 5 April 2018 at 16:37, Jason Merrill <jason@redhat.com> wrote:
> On Wed, Apr 4, 2018 at 6:26 PM, Ville Voutilainen
> <ville.voutilainen@gmail.com> wrote:
>> +   tree parm = TREE_VEC_ELT (TREE_VALUE (tparms), 0);
>
> I think you want to use INNERMOST_TEMPLATE_PARMS here rather than
> TREE_VALUE directly.
>
> Please also add a comment quoting the rule you're implementing.

Alright, here's a new patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: P0961_2.diff
Type: text/x-patch
Size: 3074 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20180405/f9b10801/attachment.bin>


More information about the Gcc-patches mailing list