blob: 86a630cf9512d8c841389c761e6df4687e2620e6 [file] [log] [blame]
/* Test 'q' suffix with -pedantic on __float128 type constants. */
/* { dg-do compile { target { ia64-*-* || { { i?86-*-* x86_64-*-* } && lp64 } } } } */
/* { dg-options "-pedantic" } */
__float128 a = 123.456789q; /* { dg-warning "non-standard suffix on floating constant" } */