PR tree-optimization/87756
* gcc.dg/builtin-memchr-2.c: Scan the gimple dump instead of
optimized.
* gcc.dg/builtin-memchr-3.c: Likewise.
From-SVN: r266420
+2018-11-23 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/87756
+ * gcc.dg/builtin-memchr-2.c: Scan the gimple dump instead of
+ optimized.
+ * gcc.dg/builtin-memchr-3.c: Likewise.
+
2018-11-23 Martin Sebor <msebor@redhat.com>
PR tree-optimization/87756
A (!memchr (&sarr[1].c, 0, 1));
}
-/* { dg-final { scan-tree-dump-not "abort" "optimized" } } */
+/* { dg-final { scan-tree-dump-not "abort" "gimple" } } */
A (!memchr (psarr1c, 0, 1));
}
-/* { dg-final { scan-tree-dump-not "abort" "optimized" } } */
+/* { dg-final { scan-tree-dump-not "abort" "gimple" } } */