Commit ff71b48d by Christian Borntraeger Committed by Andreas Krebbel

re PR middle-end/44078 (FAIL: gcc.dg/tree-ssa/prefetch-7.c)

2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>

        PR 44078
        * gcc.dg/tree-ssa/prefetch-7.c: Change pattern to match only the old
        debug messages but not the newly introduced one.

From-SVN: r159475
parent 24a235c8
2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
PR 44078
* gcc.dg/tree-ssa/prefetch-7.c: Change pattern to match only the old
debug messages but not the newly introduced one.
2010-05-16 Daniel Franke <franke.daniel@gmail.com> 2010-05-16 Daniel Franke <franke.daniel@gmail.com>
PR fortran/35779 PR fortran/35779
......
...@@ -44,7 +44,7 @@ void test(int *p) ...@@ -44,7 +44,7 @@ void test(int *p)
/* { dg-final { scan-tree-dump-times "Issued prefetch" 5 "aprefetch" } } */ /* { dg-final { scan-tree-dump-times "Issued prefetch" 5 "aprefetch" } } */
/* { dg-final { scan-tree-dump-times "Issued nontemporal prefetch" 3 "aprefetch" } } */ /* { dg-final { scan-tree-dump-times "Issued nontemporal prefetch" 3 "aprefetch" } } */
/* { dg-final { scan-tree-dump-times "nontemporal store" 2 "aprefetch" } } */ /* { dg-final { scan-tree-dump-times "a nontemporal store" 2 "aprefetch" } } */
/* { dg-final { scan-tree-dump-times "builtin_prefetch" 8 "optimized" } } */ /* { dg-final { scan-tree-dump-times "builtin_prefetch" 8 "optimized" } } */
/* { dg-final { scan-tree-dump-times "=\\{nt\\}" 2 "optimized" } } */ /* { dg-final { scan-tree-dump-times "=\\{nt\\}" 2 "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