re PR testsuite/23239 (gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by constant b..=997 transformation on insn fails)
PR testsuite/23239 * gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp. From-SVN: r103305
This commit is contained in:
parent
5e34206b7e
commit
3c0764fc1e
@ -1,3 +1,8 @@
|
||||
2005-08-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR testsuite/23239
|
||||
* gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.
|
||||
|
||||
2005-08-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.dg/20050811-1.c: New test.
|
||||
|
@ -11,7 +11,7 @@ main()
|
||||
a[i]/=b;
|
||||
return 0;
|
||||
}
|
||||
/* { dg-final-use { scan-tree-dump "Div.mod by constant b..=997 transformation on insn" "tree_profile"} } */
|
||||
/* { dg-final-use { scan-tree-dump "Div.mod by constant b.*=997 transformation on insn" "tree_profile"} } */
|
||||
/* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
|
||||
/* { dg-final-use { cleanup-tree-dump "optimized" } } */
|
||||
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user