IBM Z: Run mul-signed-overflow tests only on z14

gcc/testsuite/ChangeLog:

	* gcc.target/s390/mul-signed-overflow-1.c: Run only on z14.
	* gcc.target/s390/mul-signed-overflow-2.c: Run only on z14.
This commit is contained in:
Andreas Krebbel 2021-03-02 10:55:25 +01:00
parent 76c99cb113
commit 34d39d1409
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target { s390_z14_hw } } } */
/* z14 only because we need msrkc, msc, msgrkc, msgc */
/* { dg-options "-O3 -march=z14 -mzarch --save-temps" } */

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target { s390_z14_hw } } } */
/* z14 only because we need msrkc, msc, msgrkc, msgc */
/* { dg-options "-O3 -march=z14 -mzarch --save-temps" } */