This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c89a66731b3 Adjust ira_init_register_move_cost comment new 62259c70834 [AArch64] Remove SVE XFAILs new 7c2b1dbca04 Cherry-pick libsanitizer pointer-pair tristate option.
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 | 4 +++ gcc/doc/invoke.texi | 10 +++--- gcc/testsuite/ChangeLog | 16 +++++++++ .../c-c++-common/asan/pointer-compare-1.c | 2 +- .../c-c++-common/asan/pointer-compare-2.c | 2 +- .../c-c++-common/asan/pointer-compare-3.c | 39 ++++++++++++++++++++++ .../c-c++-common/asan/pointer-subtract-1.c | 2 +- .../c-c++-common/asan/pointer-subtract-2.c | 2 +- .../c-c++-common/asan/pointer-subtract-3.c | 2 +- .../c-c++-common/asan/pointer-subtract-4.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/vcond_4.c | 16 ++++----- gcc/testsuite/gcc.target/aarch64/sve/vcond_5.c | 36 ++++++++++---------- libsanitizer/ChangeLog | 6 ++++ libsanitizer/asan/asan_flags.inc | 6 ++-- libsanitizer/asan/asan_report.cc | 6 +++- 15 files changed, 111 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/asan/pointer-compare-3.c