https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109172
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Given that the class is empty, my bet from those two would be on r156842.
Anyway, if I add int d; before private: in #c1, it started to be accepted only
in
r159428 aka DR475 I think (r159421 still rejects, r159430 accepts).