This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cc082cf97e2 Update my email in MAINTAINERS new 06ee648e9bb aarch64/expr: Use ccmp when the outer expression is used tw [...]
The 1 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/ccmp.cc | 12 ++-- gcc/cfgexpand.cc | 31 ++------- gcc/expr.cc | 103 +++++++++++++++++------------- gcc/expr.h | 3 + gcc/testsuite/gcc.target/aarch64/ccmp_3.c | 20 ++++++ gcc/testsuite/gcc.target/aarch64/ccmp_4.c | 35 ++++++++++ gcc/testsuite/gcc.target/aarch64/ccmp_5.c | 20 ++++++ 7 files changed, 149 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/ccmp_3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/ccmp_4.c create mode 100644 gcc/testsuite/gcc.target/aarch64/ccmp_5.c