This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/88380] [7/8/9 Regression] Sequence of not-explicitly initialised, initialised, variable length generates no initialiser


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]