URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [20050325-1.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 20249 */ /* { dg-do compile } */ /* { dg-options "-O2 -fprofile-arcs" } */ extern int *g (int x, void* y); extern void fg (long long x, int y); static void ff (int y, long long z) { fg (z, 1); } void f () { g (42, ff); }
Go to most recent revision | Compare with Previous | Blame | View Log