Commit 042216f7 by Jeff Law Committed by Jeff Law

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
parent 709a840a
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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment