This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f0474a4 PR c++/77656 * pt.c (convert_template_argument): Call conve [...] new e318c42 runtime: copy lfstack code from Go 1.7 runtime new 6cb5d05 ADDR_EXPR and nonnull gcc/ChangeLog:
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 | 5 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-prop.c | 8 +++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/ipa/{vrp4.c => vrp5.c} | 10 ++- gcc/testsuite/gcc.dg/ipa/{vrp4.c => vrp6.c} | 10 ++- libgo/Makefile.am | 1 - libgo/Makefile.in | 6 +- libgo/go/runtime/export_test.go | 14 +++-- libgo/go/runtime/lfstack.go | 50 +++++++++++++++ libgo/go/runtime/lfstack_32bit.go | 19 ++++++ libgo/go/runtime/lfstack_64bit.go | 8 +-- libgo/runtime/lfstack.goc | 95 ----------------------------- libgo/runtime/runtime.h | 12 +--- 14 files changed, 122 insertions(+), 123 deletions(-) copy gcc/testsuite/gcc.dg/ipa/{vrp4.c => vrp5.c} (79%) copy gcc/testsuite/gcc.dg/ipa/{vrp4.c => vrp6.c} (80%) create mode 100644 libgo/go/runtime/lfstack.go create mode 100644 libgo/go/runtime/lfstack_32bit.go delete mode 100644 libgo/runtime/lfstack.goc