This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 186e88f Move ptrace.h to appropriate place. new 51ba582 [AArch64][v2] Improve comparison with complex immediates foll [...] new f8b67ee Handle C++11 <math.h> overloads on Solaris 12
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 | 11 +++ gcc/config/aarch64/aarch64.md | 73 ++++++++++++++++- gcc/config/aarch64/iterators.md | 3 +- gcc/config/aarch64/predicates.md | 5 ++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/aarch64/cmpimm_branch_1.c | 26 ++++++ gcc/testsuite/gcc.target/aarch64/cmpimm_cset_1.c | 23 ++++++ libstdc++-v3/ChangeLog | 94 ++++++++++++++++++++++ libstdc++-v3/acinclude.m4 | 46 +++++++++++ libstdc++-v3/config.h.in | 5 ++ libstdc++-v3/configure | 62 ++++++++++++++ libstdc++-v3/configure.ac | 1 + libstdc++-v3/include/c_global/cmath | 93 +++++++++++++++++++++ libstdc++-v3/include/tr1/cmath | 72 +++++++++++++++++ .../headers/cmath/c99_classification_macros_c.cc | 4 +- 15 files changed, 518 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpimm_branch_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpimm_cset_1.c