This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b828f69519 analyzer: add testcases for PR 93355 (intl/localealias.c leak) new 199baa71f7a [RS6000] PR97107, libgo fails to build for power10 new 677b9150f54 [RS6000] Built-in __PCREL__ define new 08cd8d5929e [RS6000] Power10 libffi fixes new 0075cea0fdc [RS6000] Count rldimi constant insns new 34cd8489042 [RS6000] rs6000_rtx_costs for PLUS/MINUS constant new fff56af6421 Re: [RS6000] Power10 libffi fixes new 5427bd4d57c test: Adjust case p9-vec-length-full-6.c [PR97075] new 2d5fb576bdd [testsuite] Check target alias in builtin-has-attribute-3.c new c9da53d6987 Fix memory allocations in ipa-modref. new 7e437162001 [testsuite] Require non_strict_align in pr94600-{1,3}.c new 10843f83035 tree-optimization/97085 - fold some trivial bool vector ?: new e94797250b4 arm: Fix canary address calculation for non-PIC new 59c83293897 arm: Add a couple of extra stack-protector tests
The 13 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.md | 4 +- gcc/config/rs6000/rs6000-c.c | 3 + gcc/config/rs6000/rs6000-internal.h | 2 +- gcc/config/rs6000/rs6000-logue.c | 15 ++++- gcc/config/rs6000/rs6000.c | 8 +-- gcc/ipa-modref-tree.h | 36 ++++++++++- gcc/ipa-modref.c | 71 ++++++++++------------ gcc/match.pd | 11 ++++ .../c-c++-common/builtin-has-attribute-3.c | 2 +- gcc/testsuite/gcc.dg/pr94600-1.c | 4 +- gcc/testsuite/gcc.dg/pr94600-3.c | 4 +- gcc/testsuite/gcc.dg/vect/pr97085.c | 13 ++++ .../{aarch64 => arm}/stack-protector-3.c | 15 ++--- .../{aarch64 => arm}/stack-protector-4.c | 0 gcc/testsuite/gcc.target/arm/stack-protector-5.c | 21 +++++++ .../{aarch64 => arm}/stack-protector-6.c | 2 +- .../gcc.target/powerpc/p9-vec-length-full-6.c | 9 ++- libffi/src/powerpc/linux64.S | 8 +++ libffi/src/powerpc/linux64_closure.S | 16 ++++- 19 files changed, 169 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr97085.c copy gcc/testsuite/gcc.target/{aarch64 => arm}/stack-protector-3.c (73%) copy gcc/testsuite/gcc.target/{aarch64 => arm}/stack-protector-4.c (100%) create mode 100644 gcc/testsuite/gcc.target/arm/stack-protector-5.c copy gcc/testsuite/gcc.target/{aarch64 => arm}/stack-protector-6.c (71%)