URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [const-float128.c] - Rev 298
Compare with Previous | Blame | View Log
/* Test 'q' and 'Q' suffixes on __float128 type constants. */ /* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */ /* { dg-options "" } */ __float128 a = 123.456789q; __float128 b = 123.456789Q;