On 06/13/2014 06:58 AM, Paolo Carlini wrote:
+ error_at (DECL_SOURCE_LOCATION (decl), + "invalid use of typedef-name for type " + "%<void%> in parameter declaration"); + else if (cv_qualified_p (type)) + error_at (DECL_SOURCE_LOCATION (decl), + "invalid use of cv-qualified type %<void%> " + "in parameter declaration");
Let's also print the type in these errors. Jason