mirror of git://gcc.gnu.org/git/gcc.git
atomic-comp-swap-release-acquire.c: Adjust expected output.
2013-09-24 Yvan Roux <yvan.roux@linaro.org> * gcc.target/arm/atomic-comp-swap-release-acquire.c: Adjust expected output. From-SVN: r202860
This commit is contained in:
parent
19c3e79775
commit
fae205619d
|
|
@ -1,3 +1,8 @@
|
|||
2013-09-24 Yvan Roux <yvan.roux@linaro.org>
|
||||
|
||||
* gcc.target/arm/atomic-comp-swap-release-acquire.c: Adjust expected
|
||||
output.
|
||||
|
||||
2013-09-23 Adam Butcher <adam@jessamine.co.uk>
|
||||
|
||||
PR c++/58500
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
|
||||
#include "../aarch64/atomic-comp-swap-release-acquire.x"
|
||||
|
||||
/* { dg-final { scan-assembler-times "ldaex\tr\[0-9\]+, \\\[r\[0-9\]+\\\]" 4 } } */
|
||||
/* { dg-final { scan-assembler-times "ldaex" 4 } } */
|
||||
/* { dg-final { scan-assembler-times "stlex" 4 } } */
|
||||
/* { dg-final { scan-assembler-not "dmb" } } */
|
||||
|
|
|
|||
Loading…
Reference in New Issue