https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88380
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |msebor at gcc dot gnu.org Target Milestone|--- |7.5 Summary|Sequence of not-explicitly |[7/8/9 Regression] Sequence |initialised, initialised, |of not-explicitly |variable length generates |initialised, initialised, |no initialiser |variable length generates | |no initialiser --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Started with r231665. Already the original & gimple dumps contain struct S p = <<< error >>>; even when no diagnostics has been emitted.