diff mbox

[testsuite] Don't use dg-do run in gcc.dg/vect/pr48172.c

Message ID yddhb8ktc2c.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth May 24, 2011, 2:20 p.m. UTC
The new gcc.dg/vect/pr48172.c FAILs on Solaris 8/x86 since it cannot be
assembled (Sun as) or executed (GNU as).  The vect.exp driver checks for
this and demotes execution tests to compile tests if necessary, but the
explicit dg-do run defeats this.

Removing the dg-do run fixes this.

Tested with the appropriate runtest invocations on i386-pc-solaris2.8
(compile only) and i386-pc-solaris2.10 (execute), installed on mainline.

	Rainer


2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* gcc.dg/vect/pr48172.c: Remove dg-do run.
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/vect/pr48172.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr48172.c	(revision 174114)
+++ gcc/testsuite/gcc.dg/vect/pr48172.c	(working copy)
@@ -1,5 +1,3 @@ 
-/* { dg-do run } */
-
 extern void *memset(void *s, int c, __SIZE_TYPE__ n);
 extern void abort (void);