This is the mail archive of the gcc-patches@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]

Re: [C++ PATCH] warning about empty extern "C" structures


Roman Kononov <kononov195-far@yahoo.com> writes:

| This patch adds an option for g++ to emit a warning when it sees
|    extern "C" { struct foo {}; }
| Such empty structures have different sizes in C++ and C modules. Linked
| together the modules make the life painful. Supplying -Wempty-c-struct
| option tells g++ to warn. Default is not to warn.

I don't understand this.  

[ I understand that empty structs are invalid in C. ]

-- Gaby


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