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++/64696] [C++14] braced-init-list does not respect designated initializer


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64696

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-03-03
                 CC|                            |jason at gcc dot gnu.org
            Summary|[C++14] braced-init-list    |[C++14] braced-init-list
                   |does not cause expected     |does not respect designated
                   |aggregate initialization    |initializer
     Ever confirmed|0                           |1

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
G++ implements issue 1467, so the only bug is with the designated initializer,
which is an extension for C compatibility.

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