S/390: Fix insv-1.c test with -m31.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Tue, 23 Aug 2016 09:13:31 +0000 (09:13 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 23 Aug 2016 09:13:31 +0000 (09:13 +0000)
gcc/testsuite/ChangeLog:

2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>

* gcc.target/s390/insv-1.c: Fix test when running with -m31.

From-SVN: r239687

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/insv-1.c

index f4ab810..8dcf3d7 100644 (file)
@@ -1,5 +1,9 @@
 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
 
+       * gcc.target/s390/insv-1.c: Fix test when running with -m31.
+
+2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
+
        * gcc.target/s390/zvector/vec-genmask-1.c: Improve result
        verification.
 
index 8d464f5..020b5d8 100644 (file)
@@ -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 } } } }
 */