On 05/24/2012 10:57 PM, Paolo Carlini wrote:
+ error_at (decl_spec_token_start->location, + "a storage class is not allowed");
Let's give more explanation here so that the user knows that the problem is a storage class on an anonymous union/struct in class scope.
Jason