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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot 
gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
                 CC|                            |mpolacek at gcc dot gnu.org
   Last reconfirmed|                            |2020-03-12

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed.  With -std=c++2a:

Starting with

commit 96c35892bea68ac180f19079cf08fea3b6cda0a8
Author: Marek Polacek <pola...@redhat.com>
Date:   Sat Dec 1 17:56:27 2018 +0000

    Implement P0634R3, Down with typename!

there is no error at all, and starting with

commit b6d0f41ac5c1786911858b4763bb6f92519166f4
Author: Marek Polacek <pola...@redhat.com>
Date:   Mon Jan 28 22:14:27 2019 +0000

    PR c++/88358 - name wrongly treated as type.

there are two errors.  So mine.

Reply via email to