public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][AArch64] PR tree-optimization/64946: XFAIL gcc.target/aarch64/vect-abs-compile.c
@ 2018-01-31 10:09 Kyrill Tkachov
  2018-01-31 10:24 ` James Greenhalgh
  0 siblings, 1 reply; 2+ messages in thread
From: Kyrill Tkachov @ 2018-01-31 10:09 UTC (permalink / raw)
  To: gcc-patches; +Cc: Marcus Shawcroft, Richard Earnshaw (lists), James Greenhalgh

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

Hi all,

This test has been failing since forever, it has never passed AFAIK.
The PR details the vectoriser deficiency.
I propose we xfail this with a reference to the PR.

Ok for trunk?

Thanks,
Kyrill

2018-01-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     PR tree-optimization/64946
     * gcc.target/aarch64/vect-abs-compile.c: XFAIL byte and half-word
     scan-assembler checks.

[-- Attachment #2: aarch64-xfail.patch --]
[-- Type: text/x-patch, Size: 823 bytes --]

diff --git a/gcc/testsuite/gcc.target/aarch64/vect-abs-compile.c b/gcc/testsuite/gcc.target/aarch64/vect-abs-compile.c
index 19082d73ea8530a277013fec252a88e8bd1dcc4b..856e7a738e5efbdc79b5b6200c1048ea1d6583b9 100644
--- a/gcc/testsuite/gcc.target/aarch64/vect-abs-compile.c
+++ b/gcc/testsuite/gcc.target/aarch64/vect-abs-compile.c
@@ -6,7 +6,8 @@
 
 #include "vect-abs.x"
 
-/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.16b" } } */
-/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.8h" } } */
+/* XFAIL due to PR tree-optimization/64946.  */
+/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.16b" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.8h" { xfail *-*-* } } } */
 /* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.4s" } } */
 /* { dg-final { scan-assembler "abs\\tv\[0-9\]+\.2d" } } */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][AArch64] PR tree-optimization/64946: XFAIL gcc.target/aarch64/vect-abs-compile.c
  2018-01-31 10:09 [PATCH][AArch64] PR tree-optimization/64946: XFAIL gcc.target/aarch64/vect-abs-compile.c Kyrill Tkachov
@ 2018-01-31 10:24 ` James Greenhalgh
  0 siblings, 0 replies; 2+ messages in thread
From: James Greenhalgh @ 2018-01-31 10:24 UTC (permalink / raw)
  To: Kyrill Tkachov; +Cc: gcc-patches, Marcus Shawcroft, Richard Earnshaw, nd

On Wed, Jan 31, 2018 at 09:46:32AM +0000, Kyrill Tkachov wrote:
> Hi all,
> 
> This test has been failing since forever, it has never passed AFAIK.
> The PR details the vectoriser deficiency.
> I propose we xfail this with a reference to the PR.
> 
> Ok for trunk?

Yes please. We're long overdue on silencing this failure. It has failed since
the day the test was committed along with the initial AArch64 port.

OK for trunk.

James

> 2018-01-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
> 
>      PR tree-optimization/64946
>      * gcc.target/aarch64/vect-abs-compile.c: XFAIL byte and half-word
>      scan-assembler checks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-31  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-31 10:09 [PATCH][AArch64] PR tree-optimization/64946: XFAIL gcc.target/aarch64/vect-abs-compile.c Kyrill Tkachov
2018-01-31 10:24 ` James Greenhalgh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).