* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float128x-tg-4.c
blob0ede861716750453a86c9abc703ad0b2826674c6
1 /* Test _Float128x type-generic built-in functions: __builtin_iszero,
2 __builtin_issubnormal. */
3 /* { dg-do run } */
4 /* { dg-options "" } */
5 /* { dg-add-options float128x } */
6 /* { dg-add-options ieee } */
7 /* { dg-require-effective-target float128x_runtime } */
9 #define WIDTH 128
10 #define EXT 1
11 #include "floatn-tg-4.h"