URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [920710-1.c] - Rev 688
Compare with Previous | Blame | View Log
main() { if ((double) 18446744073709551615ULL < 1.84467440737095e+19 || (double) 18446744073709551615ULL > 1.84467440737096e+19) abort(); if (16777217L != (float)16777217e0) abort(); exit(0); }