Hi,

On 09/04/2013 03:11 PM, Jason Merrill wrote:
It looks to me like this will result in duplicate diagnostics for invalid members in a nested anonymous union. Maybe make the recursive part only handle access setting?
Indeed. I think the recursive part already does that, because only the first time is called complain == true (thus does exactly what the current code does), then when the recursion proper starts, complain == false. Or you mean something else?

Paolo.

Reply via email to