This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29bc14c750a Update copyright years. new cb403df46fc forwprop: Handle RAW_DATA_CST in check_ctz_array new 2b687ad95de aarch64: Detect word-level modification in early-ra [PR118184]
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/config/aarch64/aarch64-early-ra.cc | 51 ++++++++++++++++++++++++++++++++- gcc/testsuite/gcc.dg/pr90838-2.c | 39 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr118184.c | 36 +++++++++++++++++++++++ gcc/tree-ssa-forwprop.cc | 29 ++++++++++++++++--- 4 files changed, 150 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr90838-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr118184.c