https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84536

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P4                          |P3
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-02-15
                 CC|                            |paolo.carlini at oracle dot com
     Ever confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
I would argue for P3, because, if we slightly tweak it to:

template<int... N> auto foo(N...); // -> void {}

void bar()
{
  foo<>();
}

we don't emit any diagnostics before ICEing.

Reply via email to