On 06/23/2011 06:05 PM, Jason Merrill wrote: > So we should be able to just reject nested anonymous aggregates and > not worry about how to make them work. The below appears to work pretty well, regtests fine. I had to tweak the existing error17.C, we don't emit anymore the warning about no members in the nested anonymous struct, because we bail out early. Doesn't seem a serious issue to me... Ok? Paolo. //////////////////////