[testsuite][arm] xfail vect-epilogues for armbe

gcc/testsuite/ChangeLog:
2020-01-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>

	* gcc.dg/vect/vect-epilogues.c: XFAIL for arm big endian.

From-SVN: r279958
This commit is contained in:
Andre Vieira 2020-01-07 14:14:16 +00:00 committed by Andre Vieira
parent 084a454e4e
commit 77aecac1b2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-01-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
* gcc.dg/vect/vect-epilogues.c: XFAIL for arm big endian.
2020-01-07 Richard Sandiford <richard.sandiford@arm.com>
* gcc.target/aarch64/sve/pcs/asm_4.c: New test.

View File

@ -16,4 +16,4 @@ void pixel_avg( unsigned char *dst, int i_dst_stride,
}
}
/* { dg-final { scan-tree-dump "LOOP EPILOGUE VECTORIZED" "vect" } } */
/* { dg-final { scan-tree-dump "LOOP EPILOGUE VECTORIZED" "vect" { xfail { arm32 && be } } } } */