vis3move-3.c expects fsmuld, that is not available on all variants of
sparc. Select a cpu that supports it for the test.
Now, -mfix-ut699 irrevocbly disables fsmuld, so skip the test if the
test configuration uses that option.
for gcc/testsuite/ChangeLog
* gcc.target/sparc/vis3move-3.c: Select ultrasparc. Skip with
-mfix-ut699.
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
-/* { dg-options "-O1 -mvis3" } */
+/* { dg-skip-if "prevents fsmuld" { *-*-* } { "-mfix-ut699" } { "" } } */
+/* { dg-options "-O1 -mvis3 -mcpu=ultrasparc" } */
float fnegs (float a)
{