diff mbox

S/390: Fix insv-1.c test with -m31.

Message ID 20160818084339.GA16020@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt Aug. 18, 2016, 8:43 a.m. UTC
The atteched patch fixes the S/390 test case insv-1.c with -m31.

Ciao

Dominik ^_^  ^_^

Comments

Andreas Krebbel Aug. 23, 2016, 9:21 a.m. UTC | #1
> gcc/testsuite/ChangeLog
> 
> 	* gcc.target/s390/insv-1.c: Fix test when running with -m31.

Applied. Thanks!

-Andreas-
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.target/s390/insv-1.c b/gcc/testsuite/gcc.target/s390/insv-1.c
index 8d464f5..020b5d8 100644
--- a/gcc/testsuite/gcc.target/s390/insv-1.c
+++ b/gcc/testsuite/gcc.target/s390/insv-1.c
@@ -110,9 +110,9 @@  foo4c (unsigned long a, unsigned long b)
 
 /* The functions foo3, foo4, foo3b, foo4b no longer use risbg but rosbg instead.
 
-   On s390x, four risbg go away and four new ones appear in other functions ...
-     { dg-final { scan-assembler-times "risbg" 6 { target { s390x-*-* } } } }
+   On 64 bit, four risbg go away and four new ones appear in other functions
+     { dg-final { scan-assembler-times "risbg" 6 { target { lp64 } } } }
 
-   but not on s390.
-     { dg-final { scan-assembler-times "risbg" 2 { target { s390-*-* } } } }
+   ... but not on 31 bit.
+     { dg-final { scan-assembler-times "risbg" 2 { target { ! lp64 } } } }
 */