]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: mark a test with xfail
authorMartin Liska <mliska@suse.cz>
Wed, 5 Oct 2022 10:14:40 +0000 (12:14 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 5 Oct 2022 10:15:53 +0000 (12:15 +0200)
PR tree-optimization/106679

gcc/testsuite/ChangeLog:

* gcc.dg/tree-prof/cmpsf-1.c: Mark as a known limitation.

gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c

index 16adb92e1ca13e8e7a2145500d1f984712ac6e23..696f459e6052300985753ae433ae59e79b27d67d 100644 (file)
@@ -181,4 +181,4 @@ main (void)
   exit (0);
 }
 
-/* { dg-final-use-not-autofdo { scan-tree-dump-not "Invalid sum" "dom2"} } */
+/* { dg-final-use-not-autofdo { scan-tree-dump-not "Invalid sum" "dom2" { xfail *-*-* } } } */