This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6bc6896 PR middle-end/38219 * gcc.dg/tree-ssa/vrp47.c: Do not run on m68k. new 63e457a runtime, reflect: rewrite Go to FFI type conversion in Go new 95b98f2 Daily bump.
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/DATESTAMP | 2 +- gcc/go/gofrontend/MERGE | 2 +- libgo/Makefile.am | 8 + libgo/Makefile.in | 5 + libgo/configure | 16 +- libgo/configure.ac | 1 + libgo/go/reflect/makefunc.go | 6 +- libgo/go/reflect/makefunc_ffi.go | 5 +- libgo/go/reflect/makefunc_ffi_c.c | 15 +- libgo/go/runtime/ffi.go | 315 +++++++++++++++++++++++++++++ libgo/mkrsysinfo.sh | 1 + libgo/runtime/go-ffi.c | 405 ++++++++++---------------------------- libgo/runtime/go-ffi.h | 16 -- libgo/runtime/go-reflect-call.c | 12 +- libgo/sysinfo.c | 4 + 15 files changed, 473 insertions(+), 340 deletions(-) create mode 100644 libgo/go/runtime/ffi.go delete mode 100644 libgo/runtime/go-ffi.h