This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 97663b3b8cd /cp 2018-08-07 Paolo Carlini paolo.carlini@oracle.com new b00834da55f [AArch64] Fix -mlow-precision-div (PR 86838) new 9150207460a libgo: uncomment trace.Stop() call in testing package new be331916172 runtime: use poll rather than pollset for netpoll on AIX
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 | 11 ++ gcc/config/aarch64/aarch64-simd-builtins.def | 2 - gcc/config/aarch64/aarch64-simd.md | 15 +- gcc/config/aarch64/iterators.md | 4 - gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/aarch64/frecpe_1.c | 18 +++ gcc/testsuite/gcc.target/aarch64/frecpe_2.c | 18 +++ libgo/go/runtime/netpoll.go | 4 +- libgo/go/runtime/netpoll_aix.go | 200 +++++++++++++-------------- libgo/go/testing/testing.go | 2 +- 11 files changed, 158 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/frecpe_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/frecpe_2.c