This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 2d83dc471d1 arm: Fix __arm_vctp16q return type in arm_mve.h new a28ddcce5ce arm: ensure the arch_name is always set for the build target new 1a78dadb065 arm: Don't reconfigure globals in arm_configure_build_target new 02d5a198824 arm: reorder assembler architecture directives [PR101723] new 5e4f82abde3 arm: Fix typos for reorder assembler architecture directive [...] new f27d2ed875f arm: Fix pr69245.c testcase for reorder assembler architect [...]
The 5 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/arm/arm-c.c | 1 + gcc/config/arm/arm-cpus.in | 1 + gcc/config/arm/arm.c | 190 +++++++++------------ gcc/testsuite/gcc.target/arm/attr-neon.c | 9 +- gcc/testsuite/gcc.target/arm/attr-neon2.c | 35 ++-- gcc/testsuite/gcc.target/arm/attr-neon3.c | 48 ++++-- .../gcc.target/arm/cortex-m55-nofp-flag-hard.c | 4 +- .../gcc.target/arm/cortex-m55-nofp-flag-softfp.c | 4 +- .../arm/cortex-m55-nofp-nomve-flag-softfp.c | 4 +- .../gcc.target/arm/mve/intrinsics/mve_fpu1.c | 5 +- .../gcc.target/arm/mve/intrinsics/mve_fpu2.c | 5 +- gcc/testsuite/gcc.target/arm/pr69245.c | 8 +- .../gcc.target/arm/pragma_fpu_attribute.c | 7 +- .../gcc.target/arm/pragma_fpu_attribute_2.c | 7 +- 14 files changed, 175 insertions(+), 153 deletions(-)