[Bug c++/113124] g++ should relax designated initialiser rules for trivial classes (read: C structures) and C arrays.

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 23 17:45:42 GMT 2023


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
When you say C structures here you mean the standard layout types (or the C++98
older definition of PODs)? Or do you mean structure types which has no member
functions/constructors at all?


More information about the Gcc-bugs mailing list