URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [arm/] [synchronize.c] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-final { scan-assembler "__sync_synchronize" { target arm*-*-linux-*eabi } } } */ void *foo (void) { __sync_synchronize(); }
Go to most recent revision | Compare with Previous | Blame | View Log