URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [f2c_5.c] - Rev 826
Compare with Previous | Blame | View Log
extern float f2c_5b_(double *); extern void abort (void); void f2c_5a_(void) { double a,b; a = 1023.0; b=f2c_5b_(&a); if ( a != b ) abort(); }