This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 38c23f01281 Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 new 77ec2381f10 MIPS16/GCC: Emit bounds checking as RTL in `casesi'
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/ChangeLog | 6 +++ gcc/config/mips/mips.md | 58 +++++++++++---------------- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.target/mips/data-sym-jump.c | 4 +- gcc/testsuite/gcc.target/mips/pr51513-1.c | 48 ++++++++++++++++++++++ gcc/testsuite/gcc.target/mips/pr51513-2.c | 56 ++++++++++++++++++++++++++ 6 files changed, 141 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/pr51513-1.c create mode 100644 gcc/testsuite/gcc.target/mips/pr51513-2.c