https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113760
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|gcc rejects valid |[DR1693] gcc rejects valid |empty-declaration in |empty-declaration in |pedantic mode |pedantic mode Keywords| |rejects-valid Status|WAITING |NEW --- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- OK, so a proper bug report would be that there's a diagnostic with -std=c++14 -pedantic for this code: struct f { int t; ; }; Confirmed.