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.

Jason

Reply via email to