This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ec15042 gcc/ChangeLog: new 0453704 PR middle-end/71478 * gcc.dg/pr71478.c: Remove dg-require-e [...] new b73b133 * inclhack.def (aix_stdlib_malloc): New fix. (aix_stdlib_real [...] new c238954 [AArch64] Add more choices for the reciprocal square root app [...] new ea713c3 [AArch64] Emit square root using the Newton series new 3198595 [AArch64] Emit division using the Newton series
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: fixincludes/ChangeLog | 12 ++ fixincludes/fixincl.x | 182 +++++++++++++++++++- fixincludes/inclhack.def | 42 +++++ fixincludes/tests/base/stdlib.h | 20 +++ gcc/config/aarch64/aarch64-protos.h | 23 ++- gcc/config/aarch64/aarch64-simd.md | 27 ++- gcc/config/aarch64/aarch64-tuning-flags.def | 2 - gcc/config/aarch64/aarch64.c | 246 +++++++++++++++++++++++----- gcc/config/aarch64/aarch64.md | 30 +++- gcc/config/aarch64/aarch64.opt | 18 +- gcc/doc/invoke.texi | 25 ++- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.dg/pr71478.c | 4 +- 13 files changed, 575 insertions(+), 62 deletions(-)