URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [pragma-float-const-decimal64-1.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile { target { ! dfp } } } */ /* { dg-options "-std=gnu99 -Wunknown-pragmas" } */ #pragma STDC FLOAT_CONST_DECIMAL64 ON /* { dg-warning "not supported on this target" } */ double d = 1.0;