This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 450eb6b3b5b libstdc++: Fix a few !HOSTED test regressions new a3e8727b70f Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in [...]
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/attribs.cc | 30 -------------- gcc/attribs.h | 2 - gcc/c/c-decl.cc | 28 +++++++++++++ gcc/gimple-array-bounds.cc | 46 +++++----------------- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-1.c | 2 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-2.c | 4 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-3.c | 6 +-- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-4.c | 2 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-5.c | 4 +- gcc/testsuite/gcc.dg/Warray-bounds-flex-arrays-6.c | 6 +-- gcc/testsuite/gcc.dg/Wstrict-flex-arrays-2.c | 8 ++-- gcc/testsuite/gcc.dg/Wstrict-flex-arrays-3.c | 8 ++-- gcc/testsuite/gcc.dg/Wstrict-flex-arrays.c | 8 ++-- gcc/tree.cc | 37 ++++------------- 14 files changed, 68 insertions(+), 123 deletions(-)