This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca034694757 testsuite: Fix unallocated array usage in test new 1cf8d08a977 Passing TYPE_SIZE_UNIT of the element as the 6th argument t [...] new e53f481141f Reduce the # of arguments of .ACCESS_WITH_SIZE from 6 to 4.
The 2 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-ubsan.cc | 10 +---- gcc/c/c-typeck.cc | 24 ++++++------ gcc/internal-fn.cc | 28 +++++++------- gcc/internal-fn.def | 2 +- .../gcc.dg/flex-array-counted-by-pr121000.c | 43 +++++++++++++++++++++ gcc/tree-object-size.cc | 44 +++++++++------------- 6 files changed, 90 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/flex-array-counted-by-pr121000.c