public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7260] aarch64: Remove XFAIL for bic-bitmask-1.c
@ 2022-02-16 10:21 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2022-02-16 10:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a01ba10b9fffe1b6e8947cc17f367720aeab7126

commit r12-7260-ga01ba10b9fffe1b6e8947cc17f367720aeab7126
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Wed Feb 16 10:21:14 2022 +0000

    aarch64: Remove XFAIL for bic-bitmask-1.c
    
    bic-bitmask-1.c is now passing, so remove the XFAIL.
    
    gcc/testsuite/
            * gcc.target/aarch64/bic-bitmask-1.c: Remove XFAIL.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/bic-bitmask-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/bic-bitmask-1.c b/gcc/testsuite/gcc.target/aarch64/bic-bitmask-1.c
index 568c1ffc8bc..bcb9cdd494e 100644
--- a/gcc/testsuite/gcc.target/aarch64/bic-bitmask-1.c
+++ b/gcc/testsuite/gcc.target/aarch64/bic-bitmask-1.c
@@ -10,4 +10,4 @@ uint32x4_t foo (int32x4_t a)
   return vceqq_s32 (vbicq_s32 (a, cst), zero);
 }
 
-/* { dg-final { scan-assembler-not {\tbic\t} { xfail { aarch64*-*-* } } } } */
+/* { dg-final { scan-assembler-not {\tbic\t} } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-16 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16 10:21 [gcc r12-7260] aarch64: Remove XFAIL for bic-bitmask-1.c Richard Sandiford

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).