OSDN Git Service

libcpp/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / binop-xor3.c
index ef4b82f..9d3b50b 100644 (file)
@@ -7,8 +7,5 @@ foo (int a, int b)
   return ((a && !b) || (!a && b));
 }
 
-/* We expect to see "<bb N>"; confirm that, so that we know to count
-   it in the real test.  */
-/* { dg-final { scan-tree-dump-times "<bb\[^>\]*>" 1 "optimized" } } */
-/* { dg-final { scan-tree-dump-times "\^" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" { xfail *-*-* } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */