This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


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" } } */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]