https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108001
Bug ID: 108001
Summary: unamed struct extension is documented for C++
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: documentation
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
Even though this extension is documented for C
(https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Unnamed-Fields.html) . The
documentation there does not even say it works for C++.
There are other interactions with standard C++ which is not mentioned, See PR
105059 for that even.