pr42585.c: Skip dump scan on sh.

* gcc.dg/tree-ssa/pr42585.c: Skip dump scan on sh.

From-SVN: r163271
This commit is contained in:
Kaz Kojima 2010-08-16 00:09:35 +00:00
parent d44d2f9a97
commit 7418461d88
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-08-15 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/tree-ssa/pr42585.c: Skip dump scan on sh.
2010-08-15 Daniel Kraft <d@domob.eu>
PR fortran/38936

View File

@ -32,6 +32,6 @@ Cyc_string_ungetc (int ignore, struct _fat_ptr *sptr)
}
/* The local aggregates . */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { { ! powerpc*-*-* } && { ! arm-*-* } } } } } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { { ! powerpc*-*-* } && { ! arm-*-* } } } } } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { { { ! powerpc*-*-* } && { ! arm-*-* } } && { ! sh*-*-* } } } } } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { { { ! powerpc*-*-* } && { ! arm-*-* } } && { ! sh*-*-* } } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */