This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 65af6bc9f87 IBM Z: Fix mode in probe_stack pattern new cd34d5f2c40 compiler: defer to middle-end for complex division new 17c9cf3c176 compiler: cast comparison function result to expected bool type
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/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 63 +- gcc/go/gofrontend/expressions.h | 11 +- gcc/go/gofrontend/runtime.def | 6 - gcc/testsuite/go.test/test/cmplxdivide.c | 87 +- gcc/testsuite/go.test/test/cmplxdivide.go | 27 +- gcc/testsuite/go.test/test/cmplxdivide1.go | 6511 ++++++++++++++++++---------- libgo/Makefile.am | 1 - libgo/Makefile.in | 15 +- libgo/runtime/go-cdiv.c | 49 - 10 files changed, 4224 insertions(+), 2548 deletions(-) delete mode 100644 libgo/runtime/go-cdiv.c