[PATCH] Fix PR c++/60994 gcc does not recognize hidden/shadowed enumeration as valid nested-name-specifier

Jason Merrill jason@redhat.com
Sat May 10 00:56:00 GMT 2014


I don't think we want cp_parser_class_name to find enums; better I think 
to change cp_parser_qualifying_entity to use something other than 
cp_parser_type_name to look for enums.

Jason



More information about the Gcc-patches mailing list