mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 11:31:05 +08:00
S/390: Turn movstr-1.c into compile only test.
gcc/testsuite/ChangeLog: * gcc.target/s390/md/movstr-1.c: Turn into compile test. From-SVN: r233622
This commit is contained in:
parent
524cf46a24
commit
7cd0387bca
@ -1,3 +1,7 @@
|
||||
2016-02-23 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
||||
|
||||
* gcc.target/s390/md/movstr-1.c: Turn into compile test.
|
||||
|
||||
2016-02-20 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
PR c/28901
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Machine description pattern tests. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-dP -save-temps" } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-dP" } */
|
||||
|
||||
__attribute__ ((noinline))
|
||||
void test(char *dest, const char *src)
|
||||
@ -10,15 +10,3 @@ void test(char *dest, const char *src)
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-times {{[*]movstr}|{vec_vfenesv16qi}} 1 } } */
|
||||
|
||||
#define LEN 200
|
||||
char buf[LEN];
|
||||
|
||||
int main(void)
|
||||
{
|
||||
__builtin_memset(buf, 0, LEN);
|
||||
test(buf, "hello world!");
|
||||
if (__builtin_strcmp(buf, "hello world!") != 0)
|
||||
__builtin_abort();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user