This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8b7c12d83cc libstdc++: Fix tzdb.cc to compile with -fno-exceptions new 288b18bf073 C-SKY: Add conditions for ceil etc patterns. new b86703a050c C-SKY: Skip other CPUs if the testcases are only for ck801. new 8f3b032e57d C-SKY: Fix patterns' condition for ck802 smart mode. new 641af925ebf C-SKY: Add missing builtin defines for soft float abi. new ac34c261099 C-SKY: Fix skip codition for testcase ldbs.c new 4c7336a8644 C-SKY: Fix float abi option in MULTILIB_DEFAULTS. new d3328df5f5c C-SKY: Define SYSROOT_SUFFIX_SPEC.
The 7 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/csky/csky-linux-elf.h | 8 ++++++++ gcc/config/csky/csky.cc | 5 +++++ gcc/config/csky/csky.h | 2 +- gcc/config/csky/csky.md | 14 +++++++------- gcc/config/csky/csky_insn_fpuv3.md | 6 ++++-- gcc/testsuite/gcc.target/csky/{and3a.c => ck801-and.c} | 3 ++- gcc/testsuite/gcc.target/csky/ck801-branch.c | 3 ++- .../gcc.target/csky/{constpool-1.c => ck801-constpool.c} | 3 ++- gcc/testsuite/gcc.target/csky/constpool-1.c | 7 +++---- gcc/testsuite/gcc.target/csky/constpool-2.c | 8 ++++---- gcc/testsuite/gcc.target/csky/constpool-3.c | 15 --------------- gcc/testsuite/gcc.target/csky/ldbs.c | 2 +- 12 files changed, 39 insertions(+), 37 deletions(-) rename gcc/testsuite/gcc.target/csky/{and3a.c => ck801-and.c} (64%) copy gcc/testsuite/gcc.target/csky/{constpool-1.c => ck801-constpool.c} (76%) delete mode 100644 gcc/testsuite/gcc.target/csky/constpool-3.c