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.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr32169.c] - Rev 154
Compare with Previous | Blame | View Log
void f(char); static inline void * __memset_generic(char c) { f(c); } int prepare_startup_playback_urb( int b, int c ) { char d; if (b) __memset_generic(c == ( 1) ? 0x80 : 0); else __memset_generic (c == ( 1) ? 0x80 : 0); }