In contrast, I understood
register int bar;
&bar;
to be the case we were allowing as just a warning. Which,
I suppose, is ok. Personally I'd still vote for a hard
error, but whatever.
I would too, especially since all "register" means nowadays is "don't let
anybody take the address of this".