https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92812
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Another missing piece:
struct A
{
int ar[2];
A(): ar(1,2) {} // should work, I think
};
