This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a6a62614a8 tree-nested: Update assert for Fortran module vars [PR97927] new 3cb8aab390c IBM Z: Fix usage of "f" constraint with long doubles
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/config/s390/s390.c | 86 ++++++++++++++++++++++ .../s390/vector/long-double-asm-commutative.c | 16 ++++ .../s390/vector/long-double-asm-earlyclobber.c | 17 +++++ .../s390/vector/long-double-asm-in-out.c | 14 ++++ .../gcc.target/s390/vector/long-double-asm-inout.c | 14 ++++ .../s390/vector/long-double-asm-matching.c | 13 ++++ .../s390/vector/long-double-asm-regmem.c | 8 ++ ...-from-i64.c => long-double-volatile-from-i64.c} | 10 ++- 8 files changed, 174 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-asm-commutative.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-asm-earlyclobber.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-asm-in-out.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-asm-inout.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-asm-matching.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-asm-regmem.c copy gcc/testsuite/gcc.target/s390/vector/{long-double-from-i64.c => long-double-v [...]