This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d36ab561d07 * cgraph.c (cgraph_node::dump): Dump unit_id and merged_ex [...] new bb3c9a3bb5d [C] Add a target hook that allows targets to verify type usage
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/ChangeLog | 15 ++ gcc/c-family/ChangeLog | 8 + gcc/c-family/c-common.c | 15 +- gcc/c/ChangeLog | 14 ++ gcc/c/c-decl.c | 29 ++- gcc/c/c-typeck.c | 8 + gcc/config/aarch64/aarch64-protos.h | 3 + gcc/config/aarch64/aarch64-sve-builtins.cc | 49 +++++ gcc/config/aarch64/aarch64.c | 12 ++ gcc/doc/tm.texi | 13 ++ gcc/doc/tm.texi.in | 2 + gcc/target.def | 16 ++ gcc/target.h | 29 +++ gcc/testsuite/ChangeLog | 5 + .../aarch64/sve/acle/general-c/sizeless-1.c | 217 +++++++++++++++++++++ .../aarch64/sve/acle/general-c/sizeless-2.c | 217 +++++++++++++++++++++ gcc/tree.c | 15 ++ 17 files changed, 664 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/sizeless-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/sizeless-2.c