mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 02:40:27 +08:00
S/390: Adjust movstr-1.c testcase to work with the z13 stpcpy implementation.
2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * gcc.target/s390/md/movstr-1.c: Allow also the z13 strings instruction pattern name to prevent the testcase from failing with -march=z13. From-SVN: r233551
This commit is contained in:
parent
859a4c0e84
commit
9e4eb64394
@ -1,3 +1,9 @@
|
||||
2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
||||
|
||||
* gcc.target/s390/md/movstr-1.c: Allow also the z13 strings
|
||||
instruction pattern name to prevent the testcase from failing with
|
||||
-march=z13.
|
||||
|
||||
2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
||||
|
||||
* gcc.target/s390/md/movstr-2.c: New test.
|
||||
|
@ -9,7 +9,7 @@ void test(char *dest, const char *src)
|
||||
__builtin_stpcpy (dest, src);
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-times {{[*]movstr}} 1 } } */
|
||||
/* { dg-final { scan-assembler-times {{[*]movstr}|{vec_vfenesv16qi}} 1 } } */
|
||||
|
||||
#define LEN 200
|
||||
char buf[LEN];
|
||||
|
Loading…
x
Reference in New Issue
Block a user