diff mbox

[testsuite,PR,42855] Skip test for PR 42585 on ppc and arm

Message ID 20100804192444.GC6199@virgil.arch.suse.de
State New
Headers show

Commit Message

Martin Jambor Aug. 4, 2010, 7:24 p.m. UTC
Hi,

based on David's comment in bugzilla (PR42855) I will commit the patch
below tomorrow in the afternoon (CET), unless someone objects.

I've already submitted this very patch in March, the original message
with links to replies is here:
http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00208.html

Thanks,

Martin

2010-03-03  Martin Jambor  <mjambor@suse.cz>

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

Patch

Index: mine/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
===================================================================
--- mine.orig/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
+++ mine/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
@@ -32,6 +32,6 @@  Cyc_string_ungetc (int ignore, struct _f
 }
 
 /* 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" } } */