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 <r...@cebitec.uni-bielefeld.de> * gcc.dg/vect/pr48172.c: Remove dg-do run. 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); -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University