This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b63a0dff6b1 2018-05-02 François Dumont fdumont@gcc.gnu.org new beed22e5ef7 libgo: break dependence on libgcc unwind-pe.h new 1671083ac18 PR target/85582 * config/i386/i386.md (*ashl<dwi>3_double [...] new 497f3a6418d libgo: refactor code to enumerate stdlib packages new f7c4a5971b1 runtime: remove unused stack.go
The 4 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/config/i386/i386.md | 20 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.c-torture/execute/pr85582-3.c | 55 + libgo/Makefile.am | 402 +------- libgo/Makefile.in | 404 +------- libgo/check-packages.txt | 162 +++ libgo/go/runtime/stack.go | 1229 ----------------------- libgo/gotool-packages.txt | 30 + libgo/libgo-packages.txt | 177 ++++ libgo/mkruntimeinc.sh | 33 + libgo/runtime/go-unwind.c | 167 ++- 12 files changed, 671 insertions(+), 2023 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr85582-3.c create mode 100644 libgo/check-packages.txt delete mode 100644 libgo/go/runtime/stack.go create mode 100644 libgo/gotool-packages.txt create mode 100644 libgo/libgo-packages.txt create mode 100755 libgo/mkruntimeinc.sh