This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94079e642d9 C-SKY: Add instruction "ld.bs". new 155d3038c23 C-SKY: Fix FAIL of gcc.dg/torture/stackalign/builtin-return-2.c. new 4553b955161 C-SKY: Delete definition TARGET_PROMOTE_PROTOTYPES, just us [...] new 41eba35b08a C-SKY: Support fldrd/fstrd for fpuv2 and fldr.64/fstr.64 fo [...]
The 3 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/constraints.md | 4 ++++ gcc/config/csky/csky.c | 6 ++---- gcc/config/csky/csky.md | 4 ++++ gcc/config/csky/csky_insn_fpuv2.md | 4 ++-- gcc/config/csky/csky_insn_fpuv3.md | 16 ++++++++-------- gcc/testsuite/gcc.target/csky/fldrd_fstrd.c | 17 +++++++++++++++++ gcc/testsuite/gcc.target/csky/fpuv3/fldr64_fstr64.c | 18 ++++++++++++++++++ 7 files changed, 55 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/csky/fldrd_fstrd.c create mode 100644 gcc/testsuite/gcc.target/csky/fpuv3/fldr64_fstr64.c