diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c')
-rw-r--r-- | gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c b/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c index d1e20912ae1..caea562e8bd 100644 --- a/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c +++ b/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c @@ -28,7 +28,9 @@ void check_add_float (void) { +#ifndef __SPU__ CHECK_ADD (float, __builtin_copysignf, 0.0f, 0.0if); +#endif } void |