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:
Jeff Law 2005-07-13 11:29:33 -06:00 committed by Jeff Law
parent 709a840ac2
commit 042216f779
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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" } } */