URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [dfp/] [keywords-ignored-c99.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-std=c99" } */ /* Decimal float keywords are not reserved for c99. */ int _Decimal32 (void) { return 0; } int foo (int i) { int _Decimal64 = i * 2; return _Decimal64; }
Go to most recent revision | Compare with Previous | Blame | View Log