OSDN Git Service

* gcc.dg/tree-ssa/pr22051-2.c: Tweak expected output to allow
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jul 2005 17:29:33 +0000 (17:29 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jul 2005 17:29:33 +0000 (17:29 +0000)
        additional casts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101980 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr22051-2.c

index 145830f..3f187ae 100644 (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>
index aa4c00a..a6b7099 100644 (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" } } */