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/] [ffs-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
__volatile int a = 0; extern void abort (void); extern void exit (int); int main (void) { if (__builtin_ffs (a) != 0) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log