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/] [921124-1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
f(x, d1, d2, d3) double d1, d2, d3; { return x; } g(b,s,x,y,i,j) char *b,*s; double x,y; { if (x != 1.0 || y != 2.0 || i != 3 || j != 4) abort(); } main() { g("","", 1.0, 2.0, f(3, 0.0, 0.0, 0.0), f(4, 0.0, 0.0, 0.0)); exit(0); }
Go to most recent revision | Compare with Previous | Blame | View Log