OSDN Git Service

Call abort for runtime test, always return 0 from main.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / const-float128-ped.c
1 /* Test 'q' suffix with -pedantic on __float128 type constants.  */
2 /* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */
3 /* { dg-options "-pedantic" } */
4
5 __float128 a = 123.456789q; /* { dg-warning "non-standard suffix on floating constant" } */