[testsuite] [sparc] select ultrasparc for fsmuld test
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.
This commit is contained in:
parent
d1061212e4
commit
7722b65f87
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
/* { 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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue