This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 05d2655 Fix partial specialization syntax of wide int traits. new b8783ab [PATCH][combine][1/2] Try to simplify before substituting new 5ced42f [simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x)
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 | 10 ++++ gcc/combine.c | 90 ++++++++++++++-------------- gcc/simplify-rtx.c | 26 ++++++++ gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/neg_abs_1.c | 17 ++++++ 5 files changed, 102 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/neg_abs_1.c