This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb1d8df792f PR middle-end/109031: Fix final value replacement from narr [...] new 13071c3c7d1 aarch64: Add bfloat16_t support for aarch64
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/config/aarch64/aarch64-builtins.cc | 18 +- gcc/config/aarch64/aarch64-sve-builtins.def | 2 +- gcc/config/aarch64/aarch64.cc | 54 +----- gcc/config/aarch64/aarch64.h | 5 +- .../g++.target/aarch64/bfloat_cpp_typecheck.C | 4 +- .../gcc.target/aarch64/bfloat16_scalar_typecheck.c | 196 ++++++++++----------- .../aarch64/bfloat16_vector_typecheck_1.c | 100 +++++------ .../aarch64/bfloat16_vector_typecheck_2.c | 100 +++++------ .../sve/acle/general-c/ternary_bfloat16_opt_n_1.c | 2 +- libgcc/config/aarch64/libgcc-softfp.ver | 13 ++ libgcc/config/aarch64/sfp-machine.h | 2 + libgcc/config/aarch64/t-softfp | 7 +- libgcc/soft-fp/{floattibf.c => floatdibf.c} | 6 +- libgcc/soft-fp/{floattibf.c => floatundibf.c} | 6 +- libstdc++-v3/config/abi/pre/gnu.ver | 3 + 15 files changed, 243 insertions(+), 275 deletions(-) copy libgcc/soft-fp/{floattibf.c => floatdibf.c} (93%) copy libgcc/soft-fp/{floattibf.c => floatundibf.c} (92%)