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 f4ab810ae8dfcfcb61ffeaf16a6b78ba72ea33a8..8dcf3d761ed1d378f212cefabf18fb45bb6153f6 100644 (file)
@@ -1,3 +1,7 @@
+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
index 8d464f5493e2a6e24734e99a2ac3606d59b6c1f7..020b5d8e3c0466bac8f003f728b883cddef5f251 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 } } } }
 */