URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [f2c_5.c] - Rev 816
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(); }