URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [const-float128-ped.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test 'q' suffix with -pedantic on __float128 type constants. */ /* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */ /* { dg-options "-pedantic" } */ __float128 a = 123.456789q; /* { dg-warning "non-standard suffix on floating constant" } */
Go to most recent revision | Compare with Previous | Blame | View Log