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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
With the typename we go to cp_parser_elaborated_type_specifier which gives us a
TYPENAME_TYPE for type, but without the typename we never call that function. 
This is probably a bug in my patch for P0634R3, Down with typename!.

Reply via email to