[PATCH] Fix PR c++/60573

Jason Merrill jason@redhat.com
Mon Mar 24 17:23:00 GMT 2014


On 03/18/2014 10:46 PM, Adam Butcher wrote:
> -	  while (scope->kind == sk_class
> -		 && !TYPE_BEING_DEFINED (scope->this_entity))

Does it work to just change TYPE_BEING_DEFINED to currently_open_class?

Jason



More information about the Gcc-patches mailing list