diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/chkp-const-check-1.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/chkp-const-check-1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/chkp-const-check-1.c b/gcc/testsuite/gcc.target/i386/chkp-const-check-1.c index abbbd4347bc..4170886584f 100644 --- a/gcc/testsuite/gcc.target/i386/chkp-const-check-1.c +++ b/gcc/testsuite/gcc.target/i386/chkp-const-check-1.c @@ -3,7 +3,6 @@ /* { dg-options "-fcheck-pointer-bounds -mmpx -O2 -fdump-tree-chkpopt" } */ /* { dg-final { scan-tree-dump-not "bndcl" "chkpopt" } } */ /* { dg-final { scan-tree-dump-not "bndcu" "chkpopt" } } */ -/* { dg-final { cleanup-tree-dump "chkpopt" } } */ int test (int *p) { |