URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [dfp/] [constants.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* N1150 6: Constants. C99 6.4.4.2: Floating constants. */ _Decimal32 a = 1.1df; _Decimal32 b = -.003DF; _Decimal64 c = 11e-1dl; _Decimal64 d = -.3DL; _Decimal128 e = 000.3e0dl; _Decimal128 f = 3000300030003e0DL;
Go to most recent revision | Compare with Previous | Blame | View Log