mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
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:
parent
f4c0f88881
commit
0c3aba0cb8
@ -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
|
||||
|
@ -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" } } */
|
||||
|
@ -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" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user