URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr49710.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
int a, b, c, d; static void foo (int *x) { c = 0; while (1) { if (*x) break; while (b) for (; c; c = 0); for (d = 18; d != 18; d++) if (c) { foo (x); return; } } } static void bar () { foo (0); foo (0); for (;;) ; } baz () { for (; a;) bar (); }
Go to most recent revision | Compare with Previous | Blame | View Log