Commit 97804369 by Andrew Haley Committed by Andrew Haley

synchronize.c: New file.

2009-08-11  Andrew Haley  <aph@redhat.com>

	* gcc.target/arm/synchronize.c: New file.

From-SVN: r150698
parent 353a58f7
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
......
/* { dg-final { scan-assembler "__sync_synchronize" { target arm*-*-linux-*eabi } } } */
void *foo (void)
{
__sync_synchronize();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment