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
@ -1,5 +1,8 @@
|
|||||||
2005-07-13 Jeff Law <law@redhat.com>
|
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
|
* gcc.dg/tree-ssa/pr22321.c: New test
|
||||||
|
|
||||||
2005-07-13 Paolo Bonzini <bonzini@gnu.org>
|
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
|
/* 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
|
so that we do not try to canonicalize a function pointer for the
|
||||||
comparison when no such canonicalization is wanted. */
|
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" } } */
|
/* { dg-final { cleanup-tree-dump "optimized" } } */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user