This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7008552b49 libphobos: Disable libphobos.phobos/std/concurrency.d on ma [...] new 86b9abc8293 MIPS: Add some floating point instructions support for MIPSr6
The 1 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/mips/i6400.md | 8 ++--- gcc/config/mips/mips.cc | 24 +++++++++++++ gcc/config/mips/mips.h | 4 +++ gcc/config/mips/mips.md | 52 +++++++++++++++++++++++++-- gcc/config/mips/p6600.md | 8 ++--- gcc/testsuite/gcc.target/mips/mips-class.c | 17 +++++++++ gcc/testsuite/gcc.target/mips/mips-minamaxa.c | 31 ++++++++++++++++ gcc/testsuite/gcc.target/mips/mips-rint.c | 17 +++++++++ 8 files changed, 151 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/mips-class.c create mode 100644 gcc/testsuite/gcc.target/mips/mips-minamaxa.c create mode 100644 gcc/testsuite/gcc.target/mips/mips-rint.c