Hi Evgeny,
> Does the following fix ok?
>
> 2014-05-16 Evgeny Stupachenko <[email protected]>
>
> * gcc.dg/vect/pr52252-ld.c: Fix target for the test.
>
>
> diff --git a/gcc/testsuite/gcc.dg/vect/pr52252-ld.c
> b/gcc/testsuite/gcc.dg/vect/pr52252-ld.c
> index 6e3cb52..301433b 100644
> --- a/gcc/testsuite/gcc.dg/vect/pr52252-ld.c
> +++ b/gcc/testsuite/gcc.dg/vect/pr52252-ld.c
> @@ -1,5 +1,6 @@
> /* { dg-do compile } */
> -/* { dg-options "-O2 -g -ftree-vectorize -mssse3
> -fdump-tree-vect-details" { target { i?86-*-* x86_64-*-* } } } */
> +/* { dg-options "-O2 -g -ftree-vectorize -mssse3 -fdump-tree-vect-details" }
> */
> +/* { dg-skip-if "why" { ! { x86_64-*-* i?86-*-* } } } */
If the test is really x86 specific, move it to gcc.target/i386 and
remove the dg-skip-if. Otherwise, add an explanation for skipping the
test on other targets to the first arg of dg-skip-if. This is supposed
to be a comment stating why the test is skipped, not "why" literally.
Approval or rejection of the testcase is up to the target maintainers.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University