re PR tree-optimization/87756 (missing unterminated argument warning using address of a constant character)

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
This commit is contained in:
Jakub Jelinek 2018-11-23 22:13:44 +01:00 committed by Jakub Jelinek
parent f4c0f88881
commit 0c3aba0cb8
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
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

View File

@ -52,4 +52,4 @@ void test_memchr_cst_char (void)
A (!memchr (&sarr[1].c, 0, 1));
}
/* { dg-final { scan-tree-dump-not "abort" "optimized" } } */
/* { dg-final { scan-tree-dump-not "abort" "gimple" } } */

View File

@ -69,4 +69,4 @@ void test_memchr_cst_char (void)
A (!memchr (psarr1c, 0, 1));
}
/* { dg-final { scan-tree-dump-not "abort" "optimized" } } */
/* { dg-final { scan-tree-dump-not "abort" "gimple" } } */