pr52252-ld.c: Fix target and options for the test.

gcc/testsuite/
        * gcc.dg/vect/pr52252-ld.c: Fix target and options for the test.

From-SVN: r211048
This commit is contained in:
Evgeny Stupachenko 2014-05-29 08:53:02 +00:00 committed by Kirill Yukhin
parent 4b29b96587
commit 41455f8918
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2014-05-29 Evgeny Stupachenko <evstupac@gmail.com>
* gcc.dg/vect/pr52252-ld.c: Fix target and options for the test.
2014-05-28 Richard Biener <rguenther@suse.de>
PR middle-end/61045

View File

@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -g -ftree-vectorize -mssse3 -fdump-tree-vect-details" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-additional-options "-mssse3" { target { i?86-*-* x86_64-*-* } } } */
#define byte unsigned char
void
@ -26,5 +25,5 @@ matrix_mul (byte *in, byte *out, int size)
}
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { i?86-*-* x86_64-*-* } } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */