This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98966f32f90 libstdc++: Implement P2540R1 change to views::cartesian_product() new fce3f51f9c2 Tidy documentation for BPF builtins [PR112973] new b503c878750 MIPS: avoid $gp store if global_pointer is not $gp
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/config/mips/mips.cc | 2 ++ gcc/doc/extend.texi | 38 ++++++++++++++--------- gcc/testsuite/gcc.target/mips/mips.exp | 1 + gcc/testsuite/gcc.target/mips/xgot-n32-avoid-gp.c | 11 +++++++ gcc/testsuite/gcc.target/mips/xgot-n32-need-gp.c | 11 +++++++ 5 files changed, 49 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/xgot-n32-avoid-gp.c create mode 100644 gcc/testsuite/gcc.target/mips/xgot-n32-need-gp.c