This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9bb7864877a RISC-V: Fix up some wording in the mcpu/mtune comment new 2a27ae32fab Add a new warning option -Wstrict-flex-arrays.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c-family/c.opt | 5 + gcc/doc/invoke.texi | 27 +++++- gcc/gimple-array-bounds.cc | 105 +++++++++++++++++---- gcc/opts.cc | 8 ++ gcc/testsuite/c-c++-common/Wstrict-flex-arrays.c | 9 ++ gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-1.c | 5 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-2.c | 6 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-3.c | 7 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-4.c | 5 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-5.c | 6 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-6.c | 7 +- gcc/testsuite/gcc.dg/Wstrict-flex-arrays-2.c | 39 ++++++++ gcc/testsuite/gcc.dg/Wstrict-flex-arrays-3.c | 39 ++++++++ gcc/testsuite/gcc.dg/Wstrict-flex-arrays.c | 39 ++++++++ gcc/tree-vrp.cc | 2 +- 15 files changed, 275 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wstrict-flex-arrays.c create mode 100644 gcc/testsuite/gcc.dg/Wstrict-flex-arrays-2.c create mode 100644 gcc/testsuite/gcc.dg/Wstrict-flex-arrays-3.c create mode 100644 gcc/testsuite/gcc.dg/Wstrict-flex-arrays.c