This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5b065f05632 libstdc++: Fix build for targets without lstat [PR 94681] new e4ced0b60cc i386: Improve code generation of smin(x,0) with -m32. new 63668666232 testsuite: Introduce dg-ice. new f4b9b136808 runtime: revert eqtype for 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/config/i386/i386-expand.c | 12 +++++++++++- gcc/doc/sourcebuild.texi | 10 ++++++++++ gcc/go/go-c.h | 1 + gcc/go/go-lang.c | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 27 ++++++++++++++++++-------- gcc/go/gofrontend/expressions.h | 2 +- gcc/go/gofrontend/go.cc | 2 ++ gcc/go/gofrontend/gogo.cc | 1 + gcc/go/gofrontend/gogo.h | 14 ++++++++++++++ gcc/go/gofrontend/runtime.def | 3 +++ gcc/testsuite/gcc.target/i386/minmax-12.c | 17 ++++++++++++++++ gcc/testsuite/lib/gcc-dg.exp | 20 +++++++++++++++++-- gcc/testsuite/lib/prune.exp | 9 +++++++++ gcc/testsuite/lib/target-supports-dg.exp | 28 +++++++++++++++++++++++++++ libgo/go/runtime/alg.go | 10 +++++----- libgo/go/runtime/eqtype.go | 21 ++++++++++++++++++++ libgo/go/runtime/eqtype_aix_gccgo.go | 32 +++++++++++++++++++++++++++++++ libgo/go/runtime/iface.go | 12 ++++++------ 19 files changed, 200 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/minmax-12.c create mode 100644 libgo/go/runtime/eqtype.go create mode 100644 libgo/go/runtime/eqtype_aix_gccgo.go