OK.

On Mon, Oct 23, 2017 at 4:36 PM, Paolo Carlini <paolo.carl...@oracle.com> wrote:
> Hi,
>
> this issue is by and large a duplicate of C++/79790, which I already fixed.
> There is a minor remaining nit: for the testcase, after the correct:
>
>     error: cannot deduce template arguments of ‘C<S>’, as it has no viable
> deduction guides
>
> we also emit the meaningless:
>
>     error: too many initializers for ‘<type error>’
>
> only because in finish_compound_literal we don't check - as we do in most
> other places - the return value of do_auto_deduction for error_mark_node and
> it filters through until reshape_init. Tested x86_64-linux.
>
> Thanks, Paolo.
>
> ////////////////////
>

Reply via email to