IBM Z: Compile mul-signed-overflow tests on old machines

Commit 34d39d140913 ("IBM Z: Run mul-signed-overflow tests only on
z14") restricted mul-signed-overflow tests to z14+.  It's actually fine
to compile them on old machines, only running needs to be restricted.

gcc/testsuite/ChangeLog:

	* gcc.target/s390/mul-signed-overflow-1.c: Compile on old
	machines.
	* gcc.target/s390/mul-signed-overflow-2.c: Likewise.
This commit is contained in:
Ilya Leoshkevich 2021-03-02 02:12:38 +01:00
parent c778a237c1
commit af60228add
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* { dg-do compile } */
/* { 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,3 +1,4 @@
/* { dg-do compile } */
/* { dg-do run { target { s390_z14_hw } } } */
/* z14 only because we need msrkc, msc, msgrkc, msgc */
/* { dg-options "-O3 -march=z14 -mzarch --save-temps" } */