]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/torture/type-generic-1.c
Remove Cell Broadband Engine SPU targets
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / torture / type-generic-1.c
1 /* Do the type-generic tests. Unlike pr28796-2.c, we test these
2 without any fast-math flags. */
3
4 /* { dg-do run } */
5 /* { dg-require-effective-target inf } */
6 /* { dg-skip-if "No subnormal support" { csky-*-* } { "-mhard-float" } } */
7 /* { dg-options "-DUNSAFE" { target tic6x*-*-* visium-*-* nvptx-*-* } } */
8 /* { dg-add-options ieee } */
9
10 #include "../tg-tests.h"
11
12 int main(void)
13 {
14 return main_tests ();
15 }