URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr39834.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-O1 -Winline" } */ void quit_mined (); void bottom_line (); typedef enum { False, True } FLAG; inline void nextfile (FLAG exitiflast) { if (exitiflast) quit_mined (); else bottom_line (); nextfile (True); }
Go to most recent revision | Compare with Previous | Blame | View Log