This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fcde4c81644 MATCH: Optimize `VEC_SHL_INSERT (dup (A), A)` to just `dup [...] new 6951e953e01 Extend the attribute "counted_by" to support VOID pointer u [...] new 1c7b556b005 fortran: Cleanup obsolete comment
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-attribs.cc | 12 +++++++----- gcc/c/c-typeck.cc | 5 ++++- gcc/doc/extend.texi | 15 ++++++++++----- gcc/fortran/trans-array.cc | 8 +------- gcc/testsuite/gcc.dg/pointer-counted-by-10.c | 8 ++++++++ ...er-counted-by-4-char.c => pointer-counted-by-4-void.c} | 2 +- gcc/testsuite/gcc.dg/pointer-counted-by.c | 3 ++- 7 files changed, 33 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pointer-counted-by-10.c copy gcc/testsuite/gcc.dg/{pointer-counted-by-4-char.c => pointer-counted-by-4-voi [...]