On 10/15/2011 08:33 PM, Jason Merrill wrote: > On 10/14/2011 06:57 PM, Paolo Carlini wrote: >> - return false; >> + return complete_type_or_else (type, NULL_TREE); > > I think I'd do > > complete_type_or_else (strip_array_types (type), NULL_TREE) > > so that the error doesn't complain about unspecified bounds, which > would be misleading. Good point, thanks. Thus, what about the below? Again, testing already past g++.dg/dg.exp. Thanks again, Paolo. ///////////////////////