]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: arm: drop xfail for dg-bogus in bfloat_cpp_typecheck.C [PR124064]
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 13 Feb 2026 13:01:57 +0000 (14:01 +0100)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Tue, 24 Feb 2026 17:08:14 +0000 (18:08 +0100)
After r11-6321-g550880a31688f1, the bogous errors are no longer emitted.

gcc/testsuite/ChangeLog:

PR testsuite/124064
* g++.target/arm/bfloat_cpp_typecheck.C: Drop xfail.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/g++.target/arm/bfloat_cpp_typecheck.C

index 3e6f7d8375275ad5c2a66f94153eb6db779a6649..965d3d5de31b9e0b8431af4715e2bd4e93e2f73f 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'} } */
 }