synchronize.c: New file.
2009-08-11 Andrew Haley <aph@redhat.com> * gcc.target/arm/synchronize.c: New file. From-SVN: r150698
This commit is contained in:
parent
353a58f77c
commit
97804369a9
@ -1,3 +1,7 @@
|
||||
2009-08-11 Andrew Haley <aph@redhat.com>
|
||||
|
||||
* gcc.target/arm/synchronize.c: New file.
|
||||
|
||||
2009-08-12 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
PR middle-end/40980
|
||||
|
6
gcc/testsuite/gcc.target/arm/synchronize.c
Normal file
6
gcc/testsuite/gcc.target/arm/synchronize.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* { dg-final { scan-assembler "__sync_synchronize" { target arm*-*-linux-*eabi } } } */
|
||||
|
||||
void *foo (void)
|
||||
{
|
||||
__sync_synchronize();
|
||||
}
|
Loading…
Reference in New Issue
Block a user