URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [nodfp-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target {! dfp} } } */ /* { dg-options "-std=gnu99" } */ _Decimal32 x; /* { dg-error "not supported" "reject decimal float" } */ _Decimal64 y; /* { dg-error "not supported" "reject decimal float" } */ _Decimal128 z; /* { dg-error "not supported" "reject decimal float" } */
Go to most recent revision | Compare with Previous | Blame | View Log