pr22051-2.c: Tweak expected output to allow additional casts.
* gcc.dg/tree-ssa/pr22051-2.c: Tweak expected output to allow additional casts. From-SVN: r101980
This commit is contained in:
parent
709a840ac2
commit
042216f779
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-07-13 Jeff Law <law@redhat.com>
|
||||
|
||||
* gcc.dg/tree-ssa/pr22051-2.c: Tweak expected output to allow
|
||||
additional casts.
|
||||
|
||||
* gcc.dg/tree-ssa/pr22321.c: New test
|
||||
|
||||
2005-07-13 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
|
|
@ -20,6 +20,6 @@ foo()
|
|||
/* The cast to an int type must remain after all optimizations are complete
|
||||
so that we do not try to canonicalize a function pointer for the
|
||||
comparison when no such canonicalization is wanted. */
|
||||
/* { dg-final { scan-tree-dump-times "if \\(\\(int\\) q" 1 "optimized" } } */
|
||||
/* { dg-final { scan-tree-dump-times "if \\(\\(int\\).*q" 1 "optimized" } } */
|
||||
/* { dg-final { cleanup-tree-dump "optimized" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue