This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 27653070db3 tree-optimization/90579 - avoid STLF fail by better optimizing new 46ce50b44e3 LoongArch: Move the function loongarch_register_pragmas to [...] new c1af05f3d03 LoongArch: Split the function loongarch_cpu_cpp_builtins in [...] new 753306bbaeb LoongArch: After setting the compilation options, update th [...] new ee579b7c257 LoongArch: When -mfpu=none, '__loongarch_frecipe' shouldn't [...]
The 4 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/loongarch/loongarch-c.cc | 204 ++++++++++++++++++------ gcc/config/loongarch/loongarch-protos.h | 1 + gcc/config/loongarch/loongarch-target-attr.cc | 48 ------ gcc/testsuite/gcc.target/loongarch/pr118828-2.c | 30 ++++ gcc/testsuite/gcc.target/loongarch/pr118828-3.c | 32 ++++ gcc/testsuite/gcc.target/loongarch/pr118828-4.c | 32 ++++ gcc/testsuite/gcc.target/loongarch/pr118828.c | 34 ++++ gcc/testsuite/gcc.target/loongarch/pr118843.c | 6 + 8 files changed, 287 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/pr118828-2.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr118828-3.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr118828-4.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr118828.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr118843.c