testsuite: Remove bfloat_cpp_typecheck.C XFAILs
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 9 Apr 2021 12:43:19 +0000 (13:43 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Fri, 9 Apr 2021 12:43:19 +0000 (13:43 +0100)
These tests are passing on all my runs, and it looks like
they are for Christophe's runs too.  We can reapply with a
tighter target selector if this is still a problem for some
configurations.

gcc/testsuite/
* g++.target/aarch64/bfloat_cpp_typecheck.C: Remove XFAILs.

gcc/testsuite/g++.target/aarch64/bfloat_cpp_typecheck.C

index 9203d91..e112a38 100644 (file)
@@ -7,8 +7,8 @@
 
 void foo (void)
 {
-  bfloat16_t (); /* { dg-bogus {invalid conversion to type 'bfloat16_t'} "" { xfail *-*-* } } */
-  bfloat16_t a = bfloat16_t(); /* { dg-bogus {invalid conversion to type 'bfloat16_t'} "" { xfail *-*-* } } */
+  bfloat16_t (); /* { dg-bogus {invalid conversion to type 'bfloat16_t'} "" } */
+  bfloat16_t a = bfloat16_t(); /* { dg-bogus {invalid conversion to type 'bfloat16_t'} "" } */
   bfloat16_t (0x1234); /* { dg-error {invalid conversion to type 'bfloat16_t'} } */
   bfloat16_t (0.1); /* { dg-error {invalid conversion to type 'bfloat16_t'} } */
 }