Commit 9e4eb643 by Andreas Krebbel Committed by Andreas Krebbel

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
parent 859a4c0e
2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> 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. * gcc.target/s390/md/movstr-2.c: New test.
2016-02-19 Marcin Kościelnicki <koriakin@0x04.net> 2016-02-19 Marcin Kościelnicki <koriakin@0x04.net>
......
...@@ -9,7 +9,7 @@ void test(char *dest, const char *src) ...@@ -9,7 +9,7 @@ void test(char *dest, const char *src)
__builtin_stpcpy (dest, src); __builtin_stpcpy (dest, src);
} }
/* { dg-final { scan-assembler-times {{[*]movstr}} 1 } } */ /* { dg-final { scan-assembler-times {{[*]movstr}|{vec_vfenesv16qi}} 1 } } */
#define LEN 200 #define LEN 200
char buf[LEN]; char buf[LEN];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment