URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930702-1.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
fp (double a, int b) { if (a != 33 || b != 11) abort (); } main () { int (*f) (double, int) = fp; fp (33, 11); f (33, 11); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log