re PR middle-end/38878 (gcc.dg/tree-ssa/foldaddr-1.c XFAILed)
[gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / foldaddr-1.c
index a3c6a2ece88e24475f70cad2d3bc16c5df40954a..d74022e4b52b15ce079baa5c1e8face0f27d1846 100644 (file)
@@ -11,6 +11,6 @@ int foo(char *b)
 /* Folding should have determined that the two addresses were
    not identical and thus collapsed the function into a trivial
    "return 0".  */
-/* { dg-final { scan-tree-dump-times "return 0" 1 "original" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "return 0" 1 "original" } } */
 /* { dg-final { cleanup-tree-dump "original" } } */