I wrote:
In PR 8662, we accept
class { int i; } a;
void foo() { a.i; }
without a diagnostic. The reason is that, for the anonymous classes,
nothing in the flow notes whether the keyword "class" or "struct" was
given, as handle_class_head is not called.
Mark Mitchell wrote:
Your patch looks correct to me.
Did you otherwise bootstrap/test it?
Yes, on i686-pc-linux-gnu; no regressions. I sent you a message a while
back stating this, but don't see it in the gcc-patches archive so I'll
send it again.
Would you be willing to apply it? I don't have write permission (and
there are some reasons for that).