This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed 0/3] IBM Z testsuite fixes


These patch fix a couple of testsuite fails for IBM Z.

Bootstrapped and regression tested on s390x.

Committed to mainline

Andreas Krebbel (3):
  Wattributes.c testcase: Disable warning check for IBM Z.
  IBM Z: Use the dedicated NOP instructions for "nop"
  IBM Z: Fix vcond-shift testcase.

 gcc/config/s390/s390.c                             |   4 +-
 gcc/config/s390/s390.md                            |  17 ++-
 gcc/testsuite/c-c++-common/Wattributes.c           |   3 +-
 gcc/testsuite/gcc.dg/Wattributes-6.c               |   3 +-
 gcc/testsuite/gcc.target/s390/hotpatch-1.c         |   7 +
 gcc/testsuite/gcc.target/s390/hotpatch-10.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-11.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-12.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-13.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-14.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-15.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-16.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-17.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-18.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-19.c        |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-2.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-3.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-4.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-5.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-6.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-7.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-8.c         |   1 +
 gcc/testsuite/gcc.target/s390/hotpatch-9.c         |   1 +
 gcc/testsuite/gcc.target/s390/s390.exp             |   2 +-
 gcc/testsuite/gcc.target/s390/vector/vcond-shift.c | 163 +++++++++++++++++----
 25 files changed, 180 insertions(+), 37 deletions(-)

-- 
2.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]