This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0c919f PR c++/68586 * constexpr.c (clear_cv_cache): New. * cp-gim [...] new 9f60d25 [PATCH 2/4] Add support for float CCMP new be1c970 [PATCH 3/4] Add support for rtx costing of CCMP on AArch64 new 07bd240 [PATCH 4/4] Add CCMP selection based on rtx costs
The 3 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 | 23 +++++++- gcc/ccmp.c | 71 ++++++++++++++++------- gcc/config/aarch64/aarch64.c | 44 ++++++++++++++ gcc/config/aarch64/aarch64.md | 34 ++++++++++- gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/gcc.target/aarch64/ccmp_1.c | 95 +++++++++++++++++++++++++++++++ 6 files changed, 252 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/ccmp_1.c