Commit 9dc2f741 authored by jamborm's avatar jamborm
Browse files

2010-08-05 Martin Jambor <mjambor@suse.cz>

	PR testsuite/42855
	* testsuite/gcc.dg/tree-ssa/pr42585.c: Skip dump scan on powerpc
	and arm.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162913 138bc75d-0d04-0410-961f-82ee72b054a4
parent 7428ee1f
2010-08-05 Martin Jambor <mjambor@suse.cz>
PR testsuite/42855
* gcc.dg/tree-ssa/pr42585.c: Skip dump scan on powerpc and arm.
2010-08-05 Martin Jambor <mjambor@suse.cz>
* gcc.dg/ipa/ipcp-ii-1.c: New test.
......
......@@ -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"} } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized"} } */
/* { 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 { 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