This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3d2bc39bbe9 Fix reduc_index==1 handling for COND_REDUCTION (PR91909) new 1c30bc8224a [C][C++] Allow targets to check calls to BUILT_IN_MD functions new eadbcf05e3f [AArch64] Split built-in function codes into major and minor codes
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/ChangeLog | 50 ++++++ gcc/c-family/ChangeLog | 9 + gcc/c-family/c-common.c | 18 +- gcc/c-family/c-common.h | 5 +- gcc/c/ChangeLog | 6 + gcc/c/c-typeck.c | 13 +- gcc/config/aarch64/aarch64-builtins.c | 304 ++++++++++++++++------------------ gcc/config/aarch64/aarch64-protos.h | 35 ++-- gcc/config/aarch64/aarch64.c | 84 +++++++++- gcc/cp/ChangeLog | 13 ++ gcc/cp/call.c | 10 +- gcc/cp/cp-tree.h | 6 +- gcc/cp/typeck.c | 16 +- gcc/doc/tm.texi | 15 ++ gcc/doc/tm.texi.in | 2 + gcc/target.def | 18 ++ 16 files changed, 412 insertions(+), 192 deletions(-)