URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [920202-1.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
static int rule_text_needs_stack_pop = 0; static int input_stack_pos = 1; f (void) { rule_text_needs_stack_pop = 1; if (input_stack_pos <= 0) return 1; else return 0; } main () { f (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log