"git@gitlab.cobolworx.com:COBOLworx/gcc-cobol.git" did not exist on "44e3f39a3d5f08ac4129c0558a90e297d2dd1e30"
Qing Zhao
authored
'-Wflex-array-member-not-at-end (C and C++ only)' Warn when a structure containing a C99 flexible array member as the last field is not at the end of another structure. This warning warns e.g. about struct flex { int length; char data[]; }; struct mid_flex { int m; struct flex flex_data; int n; }; gcc/ChangeLog: * doc/invoke.texi (-Wflex-array-member-not-at-end): Document new option.
Name | Last commit | Last update |
---|